diff options
-rw-r--r-- | graphics/sdl_ttf/Makefile | 3 |
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 \ |