diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-10 21:49:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-10 21:49:22 +0000 |
commit | f538deb827935dd27af20239782ecc31f8f89d46 (patch) | |
tree | 3527c00edaa4cb3587f620ec22761fa020924425 /print | |
parent | 7a502e1c481342114f7dc6b07a3c605205306c77 (diff) | |
download | pkgsrc-f538deb827935dd27af20239782ecc31f8f89d46.tar.gz |
Racy build.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index f5b87f8fd00..0ea242eb130 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/10/05 05:13:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/10 21:49:22 joerg Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} @@ -12,6 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ghostscript.sourceforge.net/ COMMENT= Postscript interpreter +# iconfig.c compiled before gconfig.h is created +MAKE_JOBS_SAFE=no + # Plus adobe verbatim for Resources/CMap. LICENSE= gnu-gpl-v3 |