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 +.if ${ARCH} == "ia64" +BROKEN= "Segfault during build" +.endif + post-patch: .if ${OSVERSION} >= 502128 @${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \