diff options
author | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
commit | 0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch) | |
tree | 6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /textproc | |
parent | 1b45904c492338db34d10b60a7d99249af109aa8 (diff) | |
download | freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index a1e417554f89..241cd372427c 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -25,6 +25,7 @@ USE_LDCONFIG= ${PREFIX}/lib/libextractor CONFIGURE_ARGS= --disable-ltdl-install --enable-exiv2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE= yes EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl |