diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 06:01:56 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 06:01:56 +0000 |
commit | 5303956d44f112793b59c174d9e957ade7944fb3 (patch) | |
tree | 132f9ec096e06937ac84e512dfad6ad3d395d3d6 | |
parent | 80b1005f7626b7cf075119a70bc4981ac488d245 (diff) | |
download | FreeBSD-ports-5303956d44f112793b59c174d9e957ade7944fb3.zip FreeBSD-ports-5303956d44f112793b59c174d9e957ade7944fb3.tar.gz |
Mark as broken with gcc4.2 on 64-bit archs.
-rw-r--r-- | print/kaspaliste/Makefile | 6 |
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 |