summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 06:04:56 +0000
committerlinimon <linimon@FreeBSD.org>2007-10-01 06:04:56 +0000
commit758a38185812cdf947056ff5193efffd76f5a82d (patch)
tree1deea596e00028ea8a3fbdabed6febd9eb8155ef
parent5303956d44f112793b59c174d9e957ade7944fb3 (diff)
downloadFreeBSD-ports-758a38185812cdf947056ff5193efffd76f5a82d.zip
FreeBSD-ports-758a38185812cdf947056ff5193efffd76f5a82d.tar.gz
Mark as broken with gcc4.2.
-rw-r--r--palm/uppc-kmod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile
index a6dd48e..0c0d145 100644
--- a/palm/uppc-kmod/Makefile
+++ b/palm/uppc-kmod/Makefile
@@ -24,6 +24,10 @@ IGNORE= Requires kernel source (/usr/src/sys) to build
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
# Don't strip module on amd64 systems
.if ${ARCH} == "amd64"
STRIP=
OpenPOWER on IntegriCloud