diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 20:00:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 20:00:15 +0000 |
commit | 231557ba7580a70bd95c31d877ac08d4141ef362 (patch) | |
tree | 0d02458aacefeef2e60bab33232f408fdf2f12a8 /math/scilab | |
parent | eb14c9620136e5828b8053dde7ab2cbd47742693 (diff) | |
download | ports-231557ba7580a70bd95c31d877ac08d4141ef362.tar.gz ports-231557ba7580a70bd95c31d877ac08d4141ef362.zip |
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 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} \ |