diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-30 12:31:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-30 12:31:01 +0000 |
commit | 8e2a45d5cbd4858499c3f0ba00c56d8c9f21e59c (patch) | |
tree | 353fdf38327d3459fee832e598189681d1f5fcd1 /print | |
parent | - Mark it as BROKEN while i can't find a fix to build it with new clamav, (diff) |
- Mark MAKE_JOBS_UNSAFE
Notes
Notes:
svn path=/head/; revision=231301
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 362abf3399e9..81d2a9d387f1 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -32,6 +32,7 @@ USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ |