diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:55:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:55:38 +0000 |
commit | 36ffc988427e72076fede675d621929d59f43267 (patch) | |
tree | dd3d82d471cda96853e9a1c3b0f39258d2f6440a /textproc/iiimf-le-unit/Makefile | |
parent | dd72cb984e7a858c5519ee834ed4df9c95893f70 (diff) | |
download | ports-36ffc988427e72076fede675d621929d59f43267.tar.gz ports-36ffc988427e72076fede675d621929d59f43267.zip |
Notes
Diffstat (limited to 'textproc/iiimf-le-unit/Makefile')
-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 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 \ |