summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 06:01:56 +0000
committerlinimon <linimon@FreeBSD.org>2007-10-01 06:01:56 +0000
commit5303956d44f112793b59c174d9e957ade7944fb3 (patch)
tree132f9ec096e06937ac84e512dfad6ad3d395d3d6
parent80b1005f7626b7cf075119a70bc4981ac488d245 (diff)
downloadFreeBSD-ports-5303956d44f112793b59c174d9e957ade7944fb3.zip
FreeBSD-ports-5303956d44f112793b59c174d9e957ade7944fb3.tar.gz
Mark as broken with gcc4.2 on 64-bit archs.
-rw-r--r--print/kaspaliste/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile
index 6d0cc15..f238d31 100644
--- a/print/kaspaliste/Makefile
+++ b/print/kaspaliste/Makefile
@@ -28,6 +28,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
pre-configure:
@${RM} ${WRKSRC}/config.cache
OpenPOWER on IntegriCloud