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 /print | |
parent | 1b45904c492338db34d10b60a7d99249af109aa8 (diff) | |
download | freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst freebsd-ports-graphics-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 9a4554eff58..95844a8cf0d 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -39,6 +39,7 @@ GNU_CONFIGURE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" +MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV= ${MAKE_ENV} \ CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/gimp-print -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \ LDFLAGS="${XLDFLAGS}" |