diff options
Diffstat (limited to 'games/pinball/Makefile')
-rw-r--r-- | games/pinball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 02e79bb83365..cb5ad15c8380 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -33,8 +33,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --without-debug CONFIGURE_ARGS+= --with-allegro EXTRA_LIBS= -lGL -lGLU .endif -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -DRZR_LIBSTATIC" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${EXTRA_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include -DRZR_LIBSTATIC +LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} MAKE_JOBS_UNSAFE= yes ALLEGRO_CONFIG= ${LOCALBASE}/bin/allegro-config |