summaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-27 21:33:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-27 21:33:41 +0000
commit8b33f507d18b2729d9529c4855ead4633f6aa1a3 (patch)
treefb9a0160e85f9db7bac84725ab30890b1f5c92b6 /graphics/sdl_ttf
parentFix a rather nasty last-minute bug, which prevented SDL from using vesa modes (diff)
Unbroke after recent print/freetype changes.
Notes
Notes: svn path=/head/; revision=37654
Diffstat (limited to 'graphics/sdl_ttf')
-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 \