diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:33:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:33:56 +0000 |
commit | a16abe949b142e7b985da9198b41e98ba8acb25c (patch) | |
tree | e08921340dd5ae1475505f75f20bb831754bfe5f /lang/libjit | |
parent | f78bb3abde4ff2898651abf310ba137a63aa5701 (diff) | |
download | ports-a16abe949b142e7b985da9198b41e98ba8acb25c.tar.gz ports-a16abe949b142e7b985da9198b41e98ba8acb25c.zip |
Notes
Diffstat (limited to 'lang/libjit')
-rw-r--r-- | lang/libjit/Makefile | 4 |
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||' \ |