pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm Use GCC_REQD instead of USE_PKGSRC_GCC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d2f6088c317
branches: trunk
changeset: 466912:7d2f6088c317
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 24 12:59:50 2004 +0000
description:
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
diffstat:
graphics/netpbm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 85d9b7ad9db1 -r 7d2f6088c317 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile Sat Jan 24 11:36:33 2004 +0000
+++ b/graphics/netpbm/Makefile Sat Jan 24 12:59:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2004/01/22 10:59:39 jlam Exp $
+# $NetBSD: Makefile,v 1.85 2004/01/24 12:59:50 kristerw Exp $
DISTNAME= netpbm-10.11.8
PKGREVISION= 1
@@ -28,7 +28,7 @@
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
.if (${OPSYS} == SunOS)
Home |
Main Index |
Thread Index |
Old Index