From 8363852f4990311e55e4f4f5e8bbe1836c3136a5 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 17 Dec 2004 06:55:38 +0000 Subject: BROKEN on amd64 and ia64: Segfault during build --- textproc/iiimf-le-unit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 49843eced3c8..85e95e5aa7b1 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -38,6 +38,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} IGNORE= does not build on FreBSD 4.x because of missing fputwc() function in libc .endif +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Segfault during build on amd64 and ia64" +.endif + post-patch: ${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \ ${WRKSRC}/../acfiles/im_common.m4 \ -- cgit