summaryrefslogtreecommitdiffstats
path: root/games/astromenace/ft2_path.patch
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-09-25 05:07:42 +0200
committer Willy Sudiarto Raharjo2015-09-26 05:05:39 +0200
commitc54667349413746682968702b40a07c38a0c9b92 (patch)
treeb3ac5baf0b4a3b8a303b97b5aab8b9ba52c8f125 /games/astromenace/ft2_path.patch
parentd09db4855ea793521b8a897645b39f1ac5aba33c (diff)
downloadslackbuilds-c54667349413746682968702b40a07c38a0c9b92.tar.gz
games/astromenace: Added patch for newer freetype2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/astromenace/ft2_path.patch')
-rw-r--r--games/astromenace/ft2_path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/astromenace/ft2_path.patch b/games/astromenace/ft2_path.patch
new file mode 100644
index 0000000000..ecae574d4c
--- /dev/null
+++ b/games/astromenace/ft2_path.patch
@@ -0,0 +1,11 @@
+--- AstroMenace/CMakeLists.orig.txt 2015-09-25 05:48:58.014083691 +0300
++++ AstroMenace/CMakeLists.txt 2015-09-25 05:59:11.322416282 +0300
+@@ -192,7 +192,7 @@
+ ELSE(FREETYPE_LIBRARY)
+ MESSAGE(FATAL_ERROR "freetype not found")
+ ENDIF(FREETYPE_LIBRARY)
+-FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h
++FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 /usr/include/freetype2/config/ftheader.h
+ HINTS
+ $ENV{FREETYPE_DIR}/include/freetype2
+ PATHS