aboutsummaryrefslogtreecommitdiff
path: root/french/aster/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'french/aster/Makefile')
-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