aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc30
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-11-15 10:37:29 +0800
committerobrien <obrien@FreeBSD.org>2004-11-15 10:37:29 +0800
commitca544a79c4db23e7ebf5ac36372c0c2e0148ded3 (patch)
treeba66dbbfb7adc2375c9253c4c84a9bc7c91f1f19 /lang/gcc30
parent151b82f4e3744d59897226557b79710442ae066b (diff)
downloadfreebsd-ports-gnome-ca544a79c4db23e7ebf5ac36372c0c2e0148ded3.tar.gz
freebsd-ports-gnome-ca544a79c4db23e7ebf5ac36372c0c2e0148ded3.tar.zst
freebsd-ports-gnome-ca544a79c4db23e7ebf5ac36372c0c2e0148ded3.zip
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
set to something GCC 2.95 won't understand.
Diffstat (limited to 'lang/gcc30')
-rw-r--r--lang/gcc30/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile
index e0067cbecd17..daf02aca1fae 100644
--- a/lang/gcc30/Makefile
+++ b/lang/gcc30/Makefile
@@ -32,6 +32,9 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
USE_REINPLACE= yes