[aseprite] 248/250: Change freetype patch again.

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 cf2e2192440cf80844b22ba2169b84dcf7efc998
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 14:03:31 2015 +0000

    Change freetype patch again.
---
 debian/patches/find_freetype.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/find_freetype.patch b/debian/patches/find_freetype.patch
index c2b4d1d..c20886a 100644
--- a/debian/patches/find_freetype.patch
+++ b/debian/patches/find_freetype.patch
@@ -1,6 +1,6 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -215,8 +215,10 @@
+@@ -215,8 +215,12 @@
  
  # freetype
  if(USE_SHARED_FREETYPE)
@@ -10,6 +10,8 @@
 +  if(NOT FREETYPE_FOUND)
 +    message(FATAL_ERROR "freetype not found")
 +  endif()
++  set(FREETYPE_LIBRARY ${FREETYPE_LIBRARIES})
++  set(FREETYPE_INCLUDE_DIR ${FREETYPE_INCLUDE_DIR_freetype2})
  else()
    set(FREETYPE_LIBRARY freetype)
    set(FREETYPE_INCLUDE_DIR ${FREETYPE_DIR}/include)

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