diff options
author | grant <grant> | 2003-11-12 13:13:43 +0000 |
---|---|---|
committer | grant <grant> | 2003-11-12 13:13:43 +0000 |
commit | 76fcc78b898a54a7da3c2ff162a44e190f0a01ec (patch) | |
tree | ef988461065c634d24cdf9e40e912b0e9376ee39 /mk | |
parent | 1a6df3e69533c5257c18dffde0eb4e7e64f30ed3 (diff) | |
download | pkgsrc-76fcc78b898a54a7da3c2ff162a44e190f0a01ec.tar.gz |
backout previous, it is no longer needed.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler.mk | 4 |
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"; \ |