aboutsummaryrefslogtreecommitdiffstats
path: root/french
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-12-18 05:09:53 +0800
committerthierry <thierry@FreeBSD.org>2006-12-18 05:09:53 +0800
commit46f7d0a224e27b9c0acb70e5e43b9c78bbf01e8d (patch)
tree5a7b7be8ca8fb4e3151276a364c30f5fdcc385f2 /french
parent31e1ddbc6ddd8c663a736915f23d1bcb22ec8aab (diff)
downloadfreebsd-ports-gnome-46f7d0a224e27b9c0acb70e5e43b9c78bbf01e8d.tar.gz
freebsd-ports-gnome-46f7d0a224e27b9c0acb70e5e43b9c78bbf01e8d.tar.zst
freebsd-ports-gnome-46f7d0a224e27b9c0acb70e5e43b9c78bbf01e8d.zip
Mark BROKEN also on ia64.
Reported by: pointyhat via Kris
Diffstat (limited to 'french')
-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