diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:15:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:15:17 +0000 |
commit | b60bcf974e0455204ffcee572a3ab75df2c2af50 (patch) | |
tree | 9f03de8076b6e8b7ed10c5e1bad07768c5e2e27e /math/msieve | |
parent | c85f1d31d6c817501afc1e953d55b77eae8fbc13 (diff) | |
download | ports-b60bcf974e0455204ffcee572a3ab75df2c2af50.tar.gz ports-b60bcf974e0455204ffcee572a3ab75df2c2af50.zip |
Notes
Diffstat (limited to 'math/msieve')
-rw-r--r-- | math/msieve/Makefile | 6 |
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 |