aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:04:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:04:41 +0000
commit7733bf4bd41b8f75793b1a6b901714178f1301ff (patch)
treec3fdbb1682488a14db3aab7bc9bd5a548fa896ab /math
parent52e00c1aaaa44821cec2c31131401a295e53f28b (diff)
downloadports-7733bf4bd41b8f75793b1a6b901714178f1301ff.tar.gz
ports-7733bf4bd41b8f75793b1a6b901714178f1301ff.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 94817ac0e636..2af8a827a285 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -44,6 +44,12 @@ CONFIGURE_ARGS= --with-tk \
CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE}
MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on alpha 5.x"
+.endif
+
post-patch:
# malloc.h -> stdlib.h conversions
${GREP} -lr "<malloc.h>" ${WRKSRC} \
@@ -54,4 +60,4 @@ pre-install:
${FIND} ${WRKSRC} -name \*.orig -delete
${FIND} ${WRKSRC} -name \*.bak -delete
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>