summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:33:38 +0000
commitfbb2e27d7c580d31afc71ee4372b29599d7f0fcf (patch)
treefa0ffd7250f4173fd75590194706ab7dc1b72108 /textproc
parentBROKEN on !i386 5.x: Does not compile (diff)
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102174
Diffstat (limited to 'textproc')
-rw-r--r--textproc/iiimf-x/Makefile8
-rw-r--r--textproc/ruby-wordnet/Makefile4
-rw-r--r--textproc/xmerl/Makefile8
3 files changed, 18 insertions, 2 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile
index 63110f18aadf..822717922e48 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>
diff --git a/textproc/ruby-wordnet/Makefile b/textproc/ruby-wordnet/Makefile
index 6780521fbc06..4459a5c7629b 100644
--- a/textproc/ruby-wordnet/Makefile
+++ b/textproc/ruby-wordnet/Makefile
@@ -31,6 +31,10 @@ DOCS= ChangeLog README TODO doc
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
.if ${RUBY_VER} < 1.8
IGNORE= only works with ruby 1.8 or later
.endif
diff --git a/textproc/xmerl/Makefile b/textproc/xmerl/Makefile
index 57d36d26d65a..08b825b39f34 100644
--- a/textproc/xmerl/Makefile
+++ b/textproc/xmerl/Makefile
@@ -25,6 +25,12 @@ USE_GMAKE= yes
XMERL= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
@${MKDIR} ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}
@@ -44,4 +50,4 @@ do-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XMERL}
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>