pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/aalib Use GCC_REQD instead of USE_PKGSRC_GCC ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/94d73997ed14
branches: trunk
changeset: 466868:94d73997ed14
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 24 01:33:49 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/aalib/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0be1436923bb -r 94d73997ed14 graphics/aalib/Makefile.common
--- a/graphics/aalib/Makefile.common Sat Jan 24 01:31:45 2004 +0000
+++ b/graphics/aalib/Makefile.common Sat Jan 24 01:33:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/01/20 12:18:15 agc Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/01/24 01:33:49 kristerw Exp $
DISTNAME= aalib-${DIST_VERS}
CATEGORIES+= graphics
@@ -21,7 +21,7 @@
CONFIGURE_ARGS+= --with-curses-driver=no
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
.if !target(post-patch)
Home |
Main Index |
Thread Index |
Old Index