diff options
author | mm <mm@FreeBSD.org> | 2009-03-25 00:58:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-25 00:58:56 +0800 |
commit | 0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7 (patch) | |
tree | 0adecc85a6070827f0a7d9ee7526f62af9133547 /audio/faac/Makefile | |
parent | ee759ea69785cdd40583e0145bcfef66ac2c9357 (diff) | |
download | freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.tar.gz freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.tar.zst freebsd-ports-gnome-0ec1cc09cb2f9d2d74fe56c35cc9b32118d792d7.zip |
- Add MAKE_JOBS_SAFE to support SMP compilation
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index c35aefb11f24..2ad076885ae5 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -20,6 +20,7 @@ RESTRICTED= Distribution in binary form is prohibited USE_BZIP2= yes USE_DOS2UNIX= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing |