blob: 97a39604d74c545dc8c25a6930e2543b9267bd5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
|