summaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-le-unit
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-17 06:55:38 +0000
committerkris <kris@FreeBSD.org>2004-12-17 06:55:38 +0000
commit8363852f4990311e55e4f4f5e8bbe1836c3136a5 (patch)
treef278649f951abb03486d631478885a83f8b01355 /textproc/iiimf-le-unit
parent224a562507eb70dfa39fc83dc85bb7cff55fa67e (diff)
downloadFreeBSD-ports-8363852f4990311e55e4f4f5e8bbe1836c3136a5.zip
FreeBSD-ports-8363852f4990311e55e4f4f5e8bbe1836c3136a5.tar.gz
BROKEN on amd64 and ia64: Segfault during build
Diffstat (limited to 'textproc/iiimf-le-unit')
-rw-r--r--textproc/iiimf-le-unit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile
index 49843ec..85e95e5 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 \
OpenPOWER on IntegriCloud