diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-24 20:41:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-24 20:41:01 +0000 |
commit | d2d94ffe447ffdc74b5cb1f06e9853a92b171f14 (patch) | |
tree | 9d05d0f55ab0a5bf98814ee5eb0ca7e7e6fe31dd /news/inn | |
parent | cff18054b2742bed2b1f0ee8bb80bec05eec257e (diff) | |
download | pkgsrc-d2d94ffe447ffdc74b5cb1f06e9853a92b171f14.tar.gz |
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 (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 5e18f03f961..fe202a35459 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -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 @@ CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif post-patch: |