diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 23:41:55 +0000 |
commit | 2d68f126de221d6caed2c560840eae9b231eaaf0 (patch) | |
tree | a4e626dcfcfc7a91af456eb7e15fa4056a883f49 /emulators/gngeo | |
parent | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (diff) | |
download | ports-2d68f126de221d6caed2c560840eae9b231eaaf0.tar.gz ports-2d68f126de221d6caed2c560840eae9b231eaaf0.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244490
Diffstat (limited to 'emulators/gngeo')
-rw-r--r-- | emulators/gngeo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index eb64448d2e4c..9bce7aa35c0e 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -22,6 +22,7 @@ USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" --disable-gp2x CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_JOBS_UNSAFE= yes CPPFLAGS= ${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib |