diff options
Diffstat (limited to 'emulators/jzintv/Makefile')
-rw-r--r-- | emulators/jzintv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 33180d870203..75bfaeda6e3f 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -23,8 +23,9 @@ USE_GMAKE= yes USE_XORG= x11 xau xdmcp USE_SDL= sdl USE_ZIP= yes -MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags`" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`" +CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs` +MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" OPTIONS= TOOLS "Install additional tools" off TOOLS= as1600 crc32 dasm1600 dis1600 frombit_r gms2rom imvtoppm rom2bin \ |