pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/inn Use GCC_REQD instead of USE_PKGSRC_GCC when o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/611b50c3f528
branches: trunk
changeset: 466951:611b50c3f528
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 24 20:41:01 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:
news/inn/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 446b32eefc29 -r 611b50c3f528 news/inn/Makefile
--- a/news/inn/Makefile Sat Jan 24 20:14:56 2004 +0000
+++ b/news/inn/Makefile Sat Jan 24 20:41:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/09/17 19:40:56 grant Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/24 20:41:01 kristerw Exp $
DISTNAME= inn-${INN_VERSION}
PKGREVISION= 1
@@ -85,7 +85,7 @@
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
post-patch:
Home |
Main Index |
Thread Index |
Old Index