aboutsummaryrefslogtreecommitdiff
path: root/lang/libjit
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 20:33:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 20:33:56 +0000
commita16abe949b142e7b985da9198b41e98ba8acb25c (patch)
treee08921340dd5ae1475505f75f20bb831754bfe5f /lang/libjit
parentf78bb3abde4ff2898651abf310ba137a63aa5701 (diff)
downloadports-a16abe949b142e7b985da9198b41e98ba8acb25c.tar.gz
ports-a16abe949b142e7b985da9198b41e98ba8acb25c.zip
Notes
Diffstat (limited to 'lang/libjit')
-rw-r--r--lang/libjit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile
index e6dcc4c942db..9f22c353b032 100644
--- a/lang/libjit/Makefile
+++ b/lang/libjit/Makefile
@@ -24,6 +24,10 @@ MAN3= libjit.3
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= "Segfault during build"
+.endif
+
post-patch:
.if ${OSVERSION} >= 502128
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \