diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
commit | 0adc8ef2223fcf68c61faaae7f09fe689530e2a1 (patch) | |
tree | f164a4defacf56b3b9486eda8fbe1195a8945b3c /audio/ocp | |
parent | 2730028690c2987d77c46963971ecacecfbde786 (diff) | |
download | freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.gz freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.zst freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.zip |
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 0f29c94a81fa..829fb743bbd0 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 |