summaryrefslogtreecommitdiff
path: root/community/vtk/freetype.diff
blob: 03753ee3f5ee6819acd0511f92eeb3d0a22d519e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- VTK5.10.1/CMake/FindFREETYPE.cmake.orig	2014-01-30 12:40:11.252760741 +0100
+++ VTK5.10.1/CMake/FindFREETYPE.cmake	2014-01-30 12:40:43.235853875 +0100
@@ -10,9 +10,11 @@
 # also defined, but not for general use are
 # FREETYPE_LIBRARY, where to find the FREETYPE library.
 
-FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h)
+FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h
+  /usr/include/freetype2
+)
 
-FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
+FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER config/ftheader.h
   /usr/include/freetype2
   /usr/local/include/freetype2
   PATH_SUFFIXES freetype2