diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 16:58:56 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-24 16:58:56 +0000 |
commit | 69d69ada8fc357538b0673d3227edf801c19a38d (patch) | |
tree | 7e34ae1dbb80cf79a2d39982e73fea4f629cb90f /audio/faac | |
parent | 44241a5bb155d84dfbdbb305d652f12d65e2b4dd (diff) |
- Add MAKE_JOBS_SAFE to support SMP compilation
Notes
Notes:
svn path=/head/; revision=230877
Diffstat (limited to 'audio/faac')
-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 |