diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:01:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 06:01:56 +0000 |
commit | 7783a6a8d35e628e98e2c3e08fac3f4697b0008b (patch) | |
tree | 1729b4911852a90035eed38ef9bac52ee1c55b0e | |
parent | Stop linking data and cgi-bin to -dist ones by default, it affects packages (diff) |
Mark as broken with gcc4.2 on 64-bit archs.
Notes
Notes:
svn path=/head/; revision=200497
-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 6d0cc158d2ce..f238d318de7a 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 |