pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk backout previous, it is no longer needed.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b3207150418
branches: trunk
changeset: 463471:6b3207150418
user: grant <grant%pkgsrc.org@localhost>
date: Wed Nov 12 13:13:43 2003 +0000
description:
backout previous, it is no longer needed.
diffstat:
mk/compiler.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a25336482dd7 -r 6b3207150418 mk/compiler.mk
--- a/mk/compiler.mk Wed Nov 12 10:43:18 2003 +0000
+++ b/mk/compiler.mk Wed Nov 12 13:13:43 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.22 2003/10/24 12:07:14 cube Exp $
+# $NetBSD: compiler.mk,v 1.23 2003/11/12 13:13:43 grant Exp $
# This Makefile fragment implements handling for supported
# C/C++/fortran compilers.
@@ -102,7 +102,7 @@
GCC_REQD= 2.95.3
_NEED_PKGSRC_GCC= YES
. else
-_GCC_IN_USE= gcc-${_CC_VERSION:S/-//g}
+_GCC_IN_USE= gcc-${_CC_VERSION}
_NEED_PKGSRC_GCC!= \
if ${PKG_ADMIN} pmatch '${_GCC_VERSION_REQD}' ${_GCC_IN_USE}; then \
${ECHO} "NO"; \
Home |
Main Index |
Thread Index |
Old Index