diff options
Diffstat (limited to 'games/ttt')
-rw-r--r-- | games/ttt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/ttt/Makefile b/games/ttt/Makefile index 2fae0d59e21c..41a1bdbe4e6b 100644 --- a/games/ttt/Makefile +++ b/games/ttt/Makefile @@ -24,11 +24,10 @@ USE_SDL= sdl USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoheader autoconf AUTOMAKE_ARGS= --add-missing --force -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_JOBS_SAFE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ |