summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-11-12 13:13:43 +0000
committergrant <grant@pkgsrc.org>2003-11-12 13:13:43 +0000
commit6b5bf9ca7168122d7852235121b8dabe7e77168c (patch)
treeef988461065c634d24cdf9e40e912b0e9376ee39 /mk/compiler.mk
parent6e4e31a95c16d9dfef9b459724cfaf87209d4f1d (diff)
downloadpkgsrc-6b5bf9ca7168122d7852235121b8dabe7e77168c.tar.gz
backout previous, it is no longer needed.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index c0e900f8025..c42cbc3994b 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -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_VERSION_REQD= gcc>=${GCC_REQD}
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"; \