summaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-x
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerkris <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commit2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03 (patch)
tree337339b4a9a359c6ef174b905c8c852558100de3 /textproc/iiimf-x
parentd5bcf7afac17ad0e30e763d978c374356b16d3d5 (diff)
downloadFreeBSD-ports-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.zip
FreeBSD-ports-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.gz
BROKEN on !i386: Does not compile
Diffstat (limited to 'textproc/iiimf-x')
-rw-r--r--textproc/iiimf-x/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile
index 63110f1..8227179 100644
--- a/textproc/iiimf-x/Makefile
+++ b/textproc/iiimf-x/Makefile
@@ -31,6 +31,12 @@ USE_MOTIF= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
DIRS= iiimxcf/xiiimp.so iiimxcf/htt_xbe
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-patch:
.for DIR in ${DIRS}
${REINPLACE_CMD} -e "s,-lpthread,-pthread,g" \
@@ -64,4 +70,4 @@ do-install:
cd ${WRKSRC}/${DIR} && ${GMAKE} install
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud