summaryrefslogtreecommitdiff
path: root/french/aster
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-07-14 07:31:11 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-07-14 07:31:11 +0000
commit56c327c6981d03cfd650694ad2953579a1096cb9 (patch)
tree2d02f401e1d49b6ba17f4031533ac02d6fabce87 /french/aster
parent- Unbreak the port to find out what wrong with pkg-list is. (diff)
Mark BROKEN on amd64: segmentation fault when it compiles the "catalogue
of elements". Reported by: Kris via pointyhat
Notes
Notes: svn path=/head/; revision=139176
Diffstat (limited to 'french/aster')
-rw-r--r--french/aster/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index cdf7e1372943..764e9b855327 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -71,6 +71,9 @@ FLAGARCH= TRU64 # 64 bits
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD-4.x, and cannot be patched easily."
.endif
+.if ${ARCH} == "amd64"
+BROKEN= "Seg. fault on ${ARCH} during compilation of elements."
+.endif
.if defined(WITH_BLAS)
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas