diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-05-29 03:59:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-05-29 03:59:20 +0000 |
| commit | f119dc7c54468679413b54bdc9d69299d94d59e4 (patch) | |
| tree | 0d34abcc07b6480510d0ec8ca193a97e33201d74 /Makefile.inc1 | |
| parent | 743ea2081c88597fefee064bb7a1f359ed368145 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 9e17fa42fe66..5df999d6687c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -572,7 +572,11 @@ installmost: .if exists(${.CURDIR}/games) && !defined(NOGAMES) _strfile= games/fortune/strfile .endif +# This horrible kludge should be deleted in about 2 weeks, say July 9, 2002 +_cxx_version!= ${CXX} -v 2>&1 | awk '$$0 ~ /^gcc version/ {print $$3}' +.if ${CXX:T} != "c++" || ${_cxx_version} != "3.1" || exists(/usr/lib/libstdc++.so.4) _cxx_consumers= gnu/usr.bin/gperf gnu/usr.bin/groff +.endif bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ |
