pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Use GCC_REQD instead of USE_PKGSRC_GC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/446b32eefc29
branches:  trunk
changeset: 466950:446b32eefc29
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jan 24 20:14:56 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:

 x11/xscreensaver/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f469873f9619 -r 446b32eefc29 x11/xscreensaver/Makefile.common
--- a/x11/xscreensaver/Makefile.common  Sat Jan 24 19:48:11 2004 +0000
+++ b/x11/xscreensaver/Makefile.common  Sat Jan 24 20:14:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2003/12/28 12:47:09 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.65 2004/01/24 20:14:56 kristerw Exp $
 #
 
 DISTNAME=              xscreensaver-4.14
@@ -60,7 +60,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC=                # defined
+GCC_REQD=              2.95.3
 .endif
 
 .include "../../devel/gettext-lib/buildlink2.mk"



Home | Main Index | Thread Index | Old Index