diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 11:48:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 11:48:11 +0800 |
commit | efe42542b74a90c2d6ebded9a268e82cf77032c1 (patch) | |
tree | a3e516a6ee706548dd4d746b59b2f922fb56868e /net-im | |
parent | 0a0fba2504ad139765306aec37747dcf0b716b4b (diff) | |
download | freebsd-ports-gnome-efe42542b74a90c2d6ebded9a268e82cf77032c1.tar.gz freebsd-ports-gnome-efe42542b74a90c2d6ebded9a268e82cf77032c1.tar.zst freebsd-ports-gnome-efe42542b74a90c2d6ebded9a268e82cf77032c1.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libjingle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index c44261e5efd4..ebd74b052957 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -45,6 +45,7 @@ CONFIGURE_ENV= \ ILBC_LIBS="-L${LOCALBASE}/lib -lilbc" \ SPEEX_CFLAGS="$$(${PKG_CONFIG} --cflags speex)" \ SPEEX_LIBS="$$(${PKG_CONFIG} --libs speex)" +MAKE_JOBS_SAFE= yes DOC_FILES= \ AUTHORS \ |