aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-28 05:33:41 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-28 05:33:41 +0800
commit172e7f53302acf4d26943f910b6c734745c89ce9 (patch)
treef3aec5726c853ac324fcb50371e99c7f7e6ff69b
parentcf86ed821a21b818d2ab70cd871fc0224e4414d4 (diff)
downloadfreebsd-ports-gnome-172e7f53302acf4d26943f910b6c734745c89ce9.tar.gz
freebsd-ports-gnome-172e7f53302acf4d26943f910b6c734745c89ce9.tar.zst
freebsd-ports-gnome-172e7f53302acf4d26943f910b6c734745c89ce9.zip
Unbroke after recent print/freetype changes.
-rw-r--r--graphics/sdl_ttf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index 7b982bfb3e56..d04d9ab5f40f 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -21,7 +21,8 @@ USE_LIBTOOL= yes
USE_GMAKE= yes
USE_FREETYPE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include"
post-extract:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \