pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Use _GCC_REQD where we want the strictest ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9bd241b0e07
branches:  trunk
changeset: 467483:b9bd241b0e07
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 12:16:10 2004 +0000

description:
Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list).

diffstat:

 mk/compiler/gcc.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0cd14b4d183 -r b9bd241b0e07 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Sun Feb 01 12:04:31 2004 +0000
+++ b/mk/compiler/gcc.mk        Sun Feb 01 12:16:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.4 2004/02/01 07:54:33 jlam Exp $
+# $NetBSD: gcc.mk,v 1.5 2004/02/01 12:16:10 jlam Exp $
 
 .if !defined(COMPILER_GCC_MK)
 COMPILER_GCC_MK=       defined
@@ -111,7 +111,7 @@
 .    else
 _GCC_VERSION=  0
 .    endif
-_GCC_TEST_DEPENDS=     gcc>=${GCC_REQD}
+_GCC_TEST_DEPENDS=     gcc>=${_GCC_REQD}
 _GCC_PKG=              gcc-${_GCC_VERSION}
 _USE_PKGSRC_GCC!=      \
        if ${PKG_ADMIN} pmatch '${_GCC_TEST_DEPENDS}' ${_GCC_PKG}; then \



Home | Main Index | Thread Index | Old Index