diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-07 21:16:25 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-07 21:16:25 +0800 |
commit | 940c8a32cd74a559a4bd5646c658e694fe9df241 (patch) | |
tree | bbef45cbc501b89f1213361ccf81774fee6710d5 /audio | |
parent | 73f105497672faf194e3bb523fa0e2791aa2df1a (diff) | |
download | freebsd-ports-gnome-940c8a32cd74a559a4bd5646c658e694fe9df241.tar.gz freebsd-ports-gnome-940c8a32cd74a559a4bd5646c658e694fe9df241.tar.zst freebsd-ports-gnome-940c8a32cd74a559a4bd5646c658e694fe9df241.zip |
audio/portaudio: Mark MAKE_JOBS_UNSAFE after r492362
Reported by: cmt
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 94f7f3a5ec2e..059c9d0afbc1 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -25,6 +25,8 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --without-alsa WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES JACK PATEST SNDIO OPTIONS_SUB= yes |