pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Use GCC_REQD instead of USE_PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1c6aaab1634
branches:  trunk
changeset: 466998:b1c6aaab1634
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jan 25 12:44:34 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:

 editors/xemacs-current/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 72337d91f2ae -r b1c6aaab1634 editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Sun Jan 25 12:43:24 2004 +0000
+++ b/editors/xemacs-current/Makefile   Sun Jan 25 12:44:34 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index