diff options
author | kris <kris@FreeBSD.org> | 2004-12-17 06:55:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-17 06:55:38 +0000 |
commit | 8363852f4990311e55e4f4f5e8bbe1836c3136a5 (patch) | |
tree | f278649f951abb03486d631478885a83f8b01355 /textproc/iiimf-le-unit | |
parent | 224a562507eb70dfa39fc83dc85bb7cff55fa67e (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 \ |