diff options
-rw-r--r-- | devel/libassa/Makefile | 4 | ||||
-rw-r--r-- | french/aster/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 4d4d0daebf99..857bc9c500b6 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -33,4 +33,8 @@ pre-configure: BROKEN= "Compilation fails and passing -fhuge-objects does not help" .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + .include <bsd.port.post.mk> diff --git a/french/aster/Makefile b/french/aster/Makefile index 764e9b855327..0c04da9c2f36 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -75,6 +75,10 @@ BROKEN= "Does not compile on FreeBSD-4.x, and cannot be patched easily." BROKEN= "Seg. fault on ${ARCH} during compilation of elements." .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + .if defined(WITH_BLAS) LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas .else |