diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:17:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-08-31 03:17:49 +0000 |
commit | 5b78f9eea236d8fd16e375a62224ef18e724226d (patch) | |
tree | ce207223b5323141aeb39896c8f9003a5beb3187 | |
parent | BROKEN on amd64: Does not build (diff) |
BROKEN on sparc64: Does not build
-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 |