aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2009-03-24 22:47:42 +0800
committernaddy <naddy@FreeBSD.org>2009-03-24 22:47:42 +0800
commit6b65a49e0fbaa8c31fc19110eebb9a804cba245f (patch)
treed23bcd9ab1a2dcee464001ab7af025ac3dee5216 /audio/flac
parentb8454145c59f3cebc7f22ef6e06f3410cb4bf3c1 (diff)
downloadfreebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.tar.gz
freebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.tar.zst
freebsd-ports-gnome-6b65a49e0fbaa8c31fc19110eebb9a804cba245f.zip
allow parallel building
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 6e00843d077e..9d1578dab677 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -23,6 +23,7 @@ CONFIGURE_ARGS= --enable-sse \
--disable-thorough-tests \
--disable-xmms-plugin
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include"
+MAKE_JOBS_SAFE= yes
.if !defined(WITHOUT_ICONV)
USE_ICONV= yes