From 3ac2d4b8aabac59ecadf486fa0dac2f8d2c627ad Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 1 Feb 2004 01:43:28 +0000 Subject: In the new compiler selection framework, GCC_REQD is appended to, not overridden. --- print/ghostscript-nox11/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/ghostscript-nox11') 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) -- cgit v1.2.3