diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-26 16:21:53 +0000 |
commit | 0ca14ee46baf400fdc60cb1c5a167a4cfbd7aaf0 (patch) | |
tree | 463a7f9a10c88811d0074fbc952a8e2a5711fe25 /audio/xmms-sapplug/Makefile | |
parent | - Update to 20090326 (diff) |
Mark MAKE_JOBS_UNSAFE
Diffstat (limited to 'audio/xmms-sapplug/Makefile')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index 76545cbd07e2..2f2e08b6df8b 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes USE_GNOME= glib12 USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes CXXFLAGS+= --no-exceptions WRKSRC= ${WRKDIR}/sapplug-${DISTVERSION} |