summaryrefslogtreecommitdiff
path: root/french/aster
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-17 21:09:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-17 21:09:53 +0000
commitc1aaffc37612f12753b6fb63184acad66fca487d (patch)
tree31f44d9b8c7c03796d207f0bc07137f0c1999b59 /french/aster
parent- Update to 0.3.5rc3 (diff)
Mark BROKEN also on ia64.
Reported by: pointyhat via Kris
Notes
Notes: svn path=/head/; revision=180042
Diffstat (limited to 'french/aster')
-rw-r--r--french/aster/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index d041e1b08d7b..807122dc7ccc 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -74,14 +74,10 @@ FLAGARCH= TRU64 # 64 bits
.if ${OSVERSION} < 600022
BROKEN= Does not compile on this version, and cannot be patched easily.
.endif
-.if ${ARCH} == "amd64"
+.if ${ARCH} != "i386"
BROKEN= Seg. fault on ${ARCH} during compilation of elements.
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= Does not build on sparc64
-.endif
-
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif