diff options
author | mm <mm@FreeBSD.org> | 2009-03-25 04:00:33 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-25 04:00:33 +0800 |
commit | c23fffc0fc358eafd05a11b9ad31f2bed60be96e (patch) | |
tree | e8c8bb635984f5acc21e1452ecd4153f1a95204f /audio/lame/Makefile | |
parent | 35c13d08a815725b1885d3910fbfd687187cc72c (diff) | |
download | freebsd-ports-gnome-c23fffc0fc358eafd05a11b9ad31f2bed60be96e.tar.gz freebsd-ports-gnome-c23fffc0fc358eafd05a11b9ad31f2bed60be96e.tar.zst freebsd-ports-gnome-c23fffc0fc358eafd05a11b9ad31f2bed60be96e.zip |
- Add MAKE_JOBS_SAFE variable for SMP compilation
PR: ports/133012
Approved by: netchild (maintainer, via private e-mail)
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 961871670ef3..64e45676cc62 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -21,6 +21,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest RESTRICTED= patent issues, see http://www.mp3licensing.com/ |