freebsd-ports/games/seahaven/files/patch-configure
2011-07-17 21:51:22 +00:00

13 lines
771 B
Text

--- configure.bak 2011-07-17 15:43:48.000000000 -0600
+++ configure 2011-07-17 15:44:10.000000000 -0600
@@ -3920,8 +3920,8 @@
# -Wno-return-type is necessary for Xlib header files on many systems:
CFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS"
CFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS"
- CXXFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS -DUSE_XFT -I/usr/include/freetype2"
- CXXFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS -DUSE_XFT -I/usr/include/freetype2"
+ CXXFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS -DUSE_XFT -I/usr/local/include/freetype2"
+ CXXFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS -DUSE_XFT -I/usr/local/include/freetype2"
LIBS="$LIBS -lXft"
else
if test "`(uname) 2>/dev/null`" = IRIX; then