aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-24 21:22:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-24 21:22:21 +0000
commitb1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch)
tree93506aaee5230ee46b75930c4b3a6b8e0f243d74 /graphics/mapserver
parent123411e1ee17366ee88efd54b8482949b8e76eb5 (diff)
Notes
Diffstat (limited to 'graphics/mapserver')
-rw-r--r--graphics/mapserver/files/patch-cmake__FindFreetype.cmake20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/mapserver/files/patch-cmake__FindFreetype.cmake b/graphics/mapserver/files/patch-cmake__FindFreetype.cmake
new file mode 100644
index 000000000000..6a6c8a53cdd2
--- /dev/null
+++ b/graphics/mapserver/files/patch-cmake__FindFreetype.cmake
@@ -0,0 +1,20 @@
+--- cmake/FindFreetype.cmake.orig 2013-12-23 20:00:03.000000000 +0200
++++ cmake/FindFreetype.cmake 2013-12-23 20:00:14.000000000 +0200
+@@ -41,7 +41,7 @@
+ # wants explicit full paths and this trickery doesn't work too well.
+ # I'm going to attempt to cut out the middleman and hope
+ # everything still works.
+-FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build ft2build.h
++FIND_PATH(FREETYPE_INCLUDE_DIR_ft2build freetype2/ft2build.h
+ HINTS
+ $ENV{FREETYPE_DIR}
+ PATH_SUFFIXES include
+@@ -54,7 +54,7 @@
+ /usr/freeware/include
+ )
+
+-FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 freetype/config/ftheader.h
++FIND_PATH(FREETYPE_INCLUDE_DIR_freetype2 config/ftheader.h
+ HINTS
+ $ENV{FREETYPE_DIR}/include/freetype2
+ PATHS