ftgl: fix patch to include --with-freetype-prefix=

This commit is contained in:
Lukas Rusak 2016-02-07 22:24:44 +01:00
parent 64a0a8bd31
commit 00a963eb3a

View File

@ -24,7 +24,7 @@ index 0000000..18791c4
+externalproject_add(ftgl
+ SOURCE_DIR ${CMAKE_SOURCE_DIR}
+ UPDATE_COMMAND cd unix && autoreconf -vif
+ CONFIGURE_COMMAND cd unix && CXXFLAGS=-fpermissive ./configure --prefix=${OUTPUT_DIR} --with-pic
+ CONFIGURE_COMMAND cd unix && CXXFLAGS=-fpermissive ./configure --prefix=${OUTPUT_DIR} --with-freetype-prefix=${OUTPUT_DIR} --with-pic
+ BUILD_COMMAND cd unix && make
+ INSTALL_COMMAND ""
+ BUILD_IN_SOURCE 1)