summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-01 01:43:28 +0000
committerjlam <jlam@pkgsrc.org>2004-02-01 01:43:28 +0000
commit3ac2d4b8aabac59ecadf486fa0dac2f8d2c627ad (patch)
tree51227b816ccb473c56fe4497ed9bf11d15f13c3a /print
parenta462d55c1da3d62d2219f45f6e04a50fe7e9c7be (diff)
downloadpkgsrc-3ac2d4b8aabac59ecadf486fa0dac2f8d2c627ad.tar.gz
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-esp/Makefile.common4
-rw-r--r--print/ghostscript-gnu/Makefile.common4
-rw-r--r--print/ghostscript-nox11/Makefile.common6
3 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common
index 09200ce16cf..96f4ffff913 100644
--- a/print/ghostscript-esp/Makefile.common
+++ b/print/ghostscript-esp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/02/01 01:43:30 jlam Exp $
DISTNAME= espgs-${GS_VERS}-source
BASEGS_VERS= 7.07
@@ -53,7 +53,7 @@ PLIST_SRC= ${.CURDIR}/../ghostscript-esp/PLIST
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 3.0
+GCC_REQD+= 3.0
.endif
.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common
index ce01e8869eb..e336fbfb16e 100644
--- a/print/ghostscript-gnu/Makefile.common
+++ b/print/ghostscript-gnu/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/02/01 01:43:30 jlam Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 7.05
@@ -43,7 +43,7 @@ PLIST_SRC= ${.CURDIR}/../../print/ghostscript-gnu/PLIST
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 3.0
+GCC_REQD+= 3.0
.endif
.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index a77a57b07d6..4633f1be391 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.51 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile.common,v 1.52 2004/02/01 01:43:30 jlam Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -136,9 +136,9 @@ ALL_TARGET= std
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-GCC_REQD= 2.95.3
+GCC_REQD+= 2.95.3
.elif ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 3.0
+GCC_REQD+= 3.0
.endif
.if defined(ZOULARISBASE)