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.
This commit is contained in:
kristerw 2004-01-25 12:44:34 +00:00
parent 0b36d85a83
commit e07880e51a

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2004/01/14 16:50:19 magick Exp $
# $NetBSD: Makefile,v 1.34 2004/01/25 12:44:34 kristerw Exp $
DISTNAME= xemacs-21.5.16
PKGREVISION= 1
@ -16,7 +16,7 @@ PLIST_SUBST+= EMACSVER=xemacs-21.5-b16
MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
USE_PKGSRC_GCC= # defined
GCC_REQD= 2.95.3
.endif
.include "../../mk/bsd.prefs.mk"