diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-18 21:14:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-18 21:14:26 +0000 |
commit | 2eac7b57e8ec5403a487cc4c00de0649112f9061 (patch) | |
tree | 1dc6891e8fd408cdc966ce86780da96a9d20d699 /math/scilab | |
parent | 72334ab9d5c8c9a7f31bcda236f869b5efd9d177 (diff) |
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index aa4f84ef23ef..a19ac923b514 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -50,6 +50,10 @@ OPTIONS= ATLAS "Use Atlas instead of Blas" OFF \ .include <bsd.port.options.mk> +.if ${OSVERSION} < 900000 && ${ARCH} == "amd64" +BROKEN= segfaults during build +.endif + .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS_LIBS= -lf77blas |