diff options
author | naddy <naddy@FreeBSD.org> | 2009-03-24 22:47:42 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-03-24 22:47:42 +0800 |
commit | 6b65a49e0fbaa8c31fc19110eebb9a804cba245f (patch) | |
tree | d23bcd9ab1a2dcee464001ab7af025ac3dee5216 /audio/flac | |
parent | b8454145c59f3cebc7f22ef6e06f3410cb4bf3c1 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |