aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-27 20:00:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-27 20:00:15 +0000
commit231557ba7580a70bd95c31d877ac08d4141ef362 (patch)
tree0d02458aacefeef2e60bab33232f408fdf2f12a8 /math/scilab
parenteb14c9620136e5828b8053dde7ab2cbd47742693 (diff)
downloadports-231557ba7580a70bd95c31d877ac08d4141ef362.tar.gz
ports-231557ba7580a70bd95c31d877ac08d4141ef362.zip
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 229823494f96..c3e07bbcb726 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -71,6 +71,10 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
BROKEN= does not compile on alpha 5.x, ia64, sparc64
.endif
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN= segfaults during build on FreeBSD amd64/7.x
+.endif
+
post-patch:
@# malloc.h -> stdlib.h conversions
@${GREP} -lr "<malloc.h>" ${WRKSRC} \