pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Use GCC_REQD instead of USE_PKGSRC_GCC when overri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17bbc4bdceae
branches: trunk
changeset: 466914:17bbc4bdceae
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 24 13:25:17 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:
x11/xephem/Makefile | 4 ++--
x11/xphoon/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b3d590c9b55c -r 17bbc4bdceae x11/xephem/Makefile
--- a/x11/xephem/Makefile Sat Jan 24 13:10:56 2004 +0000
+++ b/x11/xephem/Makefile Sat Jan 24 13:25:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/24 13:25:17 kristerw Exp $
DISTNAME= xephem-3.5.2
PKGREVISION= 1
@@ -24,7 +24,7 @@
INSTALL_DIRS= ${WRKSRC}
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
post-install:
diff -r b3d590c9b55c -r 17bbc4bdceae x11/xphoon/Makefile
--- a/x11/xphoon/Makefile Sat Jan 24 13:10:56 2004 +0000
+++ b/x11/xphoon/Makefile Sat Jan 24 13:25:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:28:28 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:27 kristerw Exp $
#
DISTNAME= xphoon.tar
@@ -22,7 +22,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} == "NetBSD"
Home |
Main Index |
Thread Index |
Old Index