From 08c4b33adb9aea02819fcb3c8c1d6ba97120342a Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 5 Dec 2004 23:01:36 +0000 Subject: 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. --- lang/glibstdc++28/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang') 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 -- cgit