summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28/Makefile
diff options
context:
space:
mode:
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