diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 11:16:45 +0000 |
commit | d8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch) | |
tree | 520ef2a8e4549307b131d4654e216085fce34be7 /games/adgali | |
parent | 900ab41eb466f4dfa5b3ce47c110a153237a1ffc (diff) | |
download | ports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.tar.gz ports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.zip |
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes:
svn path=/head/; revision=56069
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index eee405cf8c55..10f27b648154 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -28,7 +28,8 @@ USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= SDL_CONFIG=${SDL_CONFIG} \ - CPPFLAGS="-I${LOCALBASE}/include" \ + CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ + -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-compile-type=optim INSTALLS_SHLIB= yes |