diff options
author | mm <mm@FreeBSD.org> | 2009-03-25 00:21:59 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-25 00:21:59 +0800 |
commit | ea2fb6c2c18b20dcb38cecb952f8c4587e5038d2 (patch) | |
tree | 7baae7d82972edf7f653b7d90d0c6baf5c9b3e24 /graphics | |
parent | 04eef141e0cfc270e0a9b0f11ca2d0b99d997ef4 (diff) | |
download | freebsd-ports-gnome-ea2fb6c2c18b20dcb38cecb952f8c4587e5038d2.tar.gz freebsd-ports-gnome-ea2fb6c2c18b20dcb38cecb952f8c4587e5038d2.tar.zst freebsd-ports-gnome-ea2fb6c2c18b20dcb38cecb952f8c4587e5038d2.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index bffe13a42962..cf1bf1cc1822 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -22,6 +22,7 @@ USE_AUTOTOOLS= libtool:15 USE_ZIP= yes USE_GNOME= gnometarget lthack GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-shared --enable-static |