aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc295
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-11-14 19:21:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-11-14 19:21:51 +0000
commit28be4d18362cd626db6deb7b794cbe8d1718cd10 (patch)
tree4586391ff2c879783fb8d700139c54f8a14d962f /lang/gcc295
parent2d748d2ba47b1e985b6ea5a43bb73938e06f2a74 (diff)
downloadports-28be4d18362cd626db6deb7b794cbe8d1718cd10.tar.gz
ports-28be4d18362cd626db6deb7b794cbe8d1718cd10.zip
Notes
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index c4dede00e6a6..cb903258316a 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -32,6 +32,9 @@ LATEST_LINK= gcc295
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
+.if ${OSVERSION} >= 500039
+WITHOUT_CPU_CFLAGS= yes
+.endif
GCC_REV= ${DISTNAME:S/gcc-//g:S/.test3//g}
TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${GCC_REV}