diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-13 01:20:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-13 01:20:44 +0000 |
commit | 7c1e6d656131bd4ff9bfabe62fe082e1f582b85d (patch) | |
tree | 6ad7fbe98b3a98b4da0febfa43f8c0b4717ea46d | |
parent | b643329a7b9c77297d444c7364256f61f47d2bfb (diff) | |
download | ports-7c1e6d656131bd4ff9bfabe62fe082e1f582b85d.tar.gz ports-7c1e6d656131bd4ff9bfabe62fe082e1f582b85d.zip |
Notes
-rw-r--r-- | audio/pulseaudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index b1d1c031fd7a..4a2f7dd532bf 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -28,6 +28,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes +MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |