aboutsummaryrefslogtreecommitdiff
path: root/math/msieve/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:15:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:15:17 +0000
commitb60bcf974e0455204ffcee572a3ab75df2c2af50 (patch)
tree9f03de8076b6e8b7ed10c5e1bad07768c5e2e27e /math/msieve/Makefile
parentc85f1d31d6c817501afc1e953d55b77eae8fbc13 (diff)
downloadports-b60bcf974e0455204ffcee572a3ab75df2c2af50.tar.gz
ports-b60bcf974e0455204ffcee572a3ab75df2c2af50.zip
Mark as broken on sparc64-7: fails to compile.
Notes
Notes: svn path=/head/; revision=206579
Diffstat (limited to 'math/msieve/Makefile')
-rw-r--r--math/msieve/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/msieve/Makefile b/math/msieve/Makefile
index 20e216a6212e..3859b5566ed5 100644
--- a/math/msieve/Makefile
+++ b/math/msieve/Makefile
@@ -55,6 +55,12 @@ ALLTGT= x86_64
.endif
ALL_TARGET= ${ALLTGT}${ALLTGT_SUFX}
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/msieve ${PREFIX}/bin
${MKDIR} ${PREFIX}/include/msieve