summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11
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-nox11
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-nox11')
-rw-r--r--print/ghostscript-nox11/Makefile.common12
1 files changed, 5 insertions, 7 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index f1be422208b..f6fd91822fb 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.48 2003/09/04 08:27:37 wiz Exp $
+# $NetBSD: Makefile.common,v 1.49 2003/09/17 19:41:03 grant Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -136,8 +136,11 @@ ALL_TARGET= std
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-. include "../../mk/gcc.buildlink2.mk"
+GCC_REQD= 2.95.3
+.elif ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
+GCC_REQD= 3.0
.endif
+
.if defined(ZOULARISBASE)
LDFLAGS+= -L${ZOULARISBASE}/lib -Wl,${RPATH_FLAG}${ZOULARISBASE}/lib
.endif
@@ -300,8 +303,3 @@ post-install:
.include "../../graphics/png/buildlink2.mk"
.include "../../print/ja-vflib-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
-
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_GCC3=YES
-. include "../../mk/gcc.buildlink2.mk"
-.endif