diff options
author | mm <mm@FreeBSD.org> | 2009-08-12 15:35:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-08-12 15:35:56 +0800 |
commit | 07af377d4adda68b9fc986a66eca1291f07931c5 (patch) | |
tree | ccb5b0293994c0b676dcb0180a28c728b4857526 /multimedia/libquicktime | |
parent | ff1fa38f83ceeb90efb62bf8d68891b978c2f8c7 (diff) | |
download | freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.tar.gz freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.tar.zst freebsd-ports-gnome-07af377d4adda68b9fc986a66eca1291f07931c5.zip |
- Mark port MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'multimedia/libquicktime')
-rw-r--r-- | multimedia/libquicktime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index d8d7fd2c6dfe..448576282f43 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis USE_LDCONFIG= yes USE_GNOME= gnometarget gnomehack pkgconfig USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= autoconf:262 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" .if !defined(WITHOUT_NLS) |