[aseprite] 244/250: New patch to find freetype.h.

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 4ed7b6e4bc68786b5f3fa0f16b1ee5843dd65713
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 13:27:02 2015 +0000

    New patch to find freetype.h.
---
 debian/patches/find_freetype.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch
new file mode 100644
index 0000000..626cffd
--- /dev/null
+++ b/debian/patches/find_freetype.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -216,7 +216,7 @@
+ # freetype
+ if(USE_SHARED_FREETYPE)
+   find_library(FREETYPE_LIBRARY NAMES freetype)
+-  find_path(FREETYPE_INCLUDE_DIR NAMES freetype.h)
++  find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h)
+ else()
+   set(FREETYPE_LIBRARY freetype)
+   set(FREETYPE_INCLUDE_DIR ${FREETYPE_DIR}/include)
diff --git a/debian/patches/series b/debian/patches/series
index 753141c..d6d5253 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ undef-major-and-minor.patch
 libx11-underlinkage.patch
 find-pixman-combine32.patch
 third_party_cmakelists.patch
+find_freetype.patch

-- 
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