diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
commit | 0adc8ef2223fcf68c61faaae7f09fe689530e2a1 (patch) | |
tree | f164a4defacf56b3b9486eda8fbe1195a8945b3c /audio | |
parent | 2730028690c2987d77c46963971ecacecfbde786 (diff) | |
download | FreeBSD-ports-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.zip FreeBSD-ports-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.gz |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festalon/Makefile | 1 | ||||
-rw-r--r-- | audio/ocp/Makefile | 1 | ||||
-rw-r--r-- | audio/openspc/Makefile | 1 | ||||
-rw-r--r-- | audio/playgsf/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-openspc/Makefile | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index ef41e41..1c3e484 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 0f29c94..829fb74 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index 4478f16..48ddd8d 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -19,6 +19,7 @@ COMMENT= A command line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +MAKE_JOBS_SAFE= yes PORTDOCS= README PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \ diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index c634ed6..08b6b85 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes # disable optimization flags to avoid a possible bug in gcc # (gcc tries to allocate memory in an endless loop) diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index 121ef03..3a3cf56 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +MAKE_JOBS_SAFE= yes + PLIST_FILES= lib/xmms/Input/openspc.la \ lib/xmms/Input/openspc.so |