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/ocp | |
parent | 2730028690c2987d77c46963971ecacecfbde786 (diff) | |
download | FreeBSD-ports-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.zip FreeBSD-ports-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.gz |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |