summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
committergrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
commit40614d0b3ca35e2c5b10e307c2c29f92feb73486 (patch)
tree0fac5bcd059b9978cb00a239158f9a96c183b38c /print/ghostscript-gnu
parent1d2b1c74f08592097c443978439fe9248a24ab83 (diff)
downloadpkgsrc-40614d0b3ca35e2c5b10e307c2c29f92feb73486.tar.gz
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r--print/ghostscript-gnu/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common
index 275c8d4a203..7ffce6fdfe9 100644
--- a/print/ghostscript-gnu/Makefile.common
+++ b/print/ghostscript-gnu/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2003/09/12 20:07:27 grant Exp $
+# $NetBSD: Makefile.common,v 1.10 2003/09/17 19:41:01 grant Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 7.05
@@ -42,6 +42,10 @@ PLIST_SRC= ${.CURDIR}/../../print/ghostscript-gnu/PLIST
.include "../../mk/bsd.prefs.mk"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
+GCC_REQD= 3.0
+.endif
+
.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
CFLAGS+= -DA4
.endif
@@ -81,7 +85,3 @@ post-install:
.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
-
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC3= # defined
-.endif