[aseprite] 247/250: Fix freetype patch.

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 6574e19369263bd53337886f500f0db54c50c0ba
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 13:51:03 2015 +0000

    Fix freetype patch.
---
 debian/patches/find_freetype.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch
index cfa592e..c2b4d1d 100644
--- a/debian/patches/find_freetype.patch
+++ b/debian/patches/find_freetype.patch
@@ -6,7 +6,7 @@
  if(USE_SHARED_FREETYPE)
 -  find_library(FREETYPE_LIBRARY NAMES freetype)
 -  find_path(FREETYPE_INCLUDE_DIR NAMES freetype.h)
-+  find_package(FREETYPE REQUIRED)
++  find_package(Freetype REQUIRED)
 +  if(NOT FREETYPE_FOUND)
 +    message(FATAL_ERROR "freetype not found")
 +  endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list