summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-05 23:01:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-05 23:01:36 +0000
commite415907d40f3365b9cf11b82135059d28da6eec1 (patch)
tree53258661e19136d4792635c9bfb951c254698861 /lang/glibstdc++28/Makefile
parentUpdate to 2.6.5. (diff)
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.8 won't understand.
Notes
Notes: svn path=/head/; revision=123265
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r--lang/glibstdc++28/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index 2888f7178505..c2a869829d73 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -31,6 +31,9 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
CC= gcc28
CXX= g++28