From e415907d40f3365b9cf11b82135059d28da6eec1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" 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/glibstdc++28/Makefile') 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 v1.2.3