diff options
Diffstat (limited to 'audio/flac/Makefile')
-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 |