From 8b33f507d18b2729d9529c4855ead4633f6aa1a3 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 27 Jan 2001 21:33:41 +0000 Subject: [PATCH] Unbroke after recent print/freetype changes. --- graphics/sdl_ttf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \