diff options
-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 f299b10a8b11..1d8b1fcbadf9 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -28,6 +28,10 @@ MAN3= libjit.3 BROKEN= Segfault during build .endif +.if ${ARCH} == "sparc64" +BROKEN= Fails to compile: internal gcc error +.endif + post-patch: .if ${OSVERSION} >= 502128 @${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ |