aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-17 14:57:07 +0800
committerkris <kris@FreeBSD.org>2004-12-17 14:57:07 +0800
commitd706f9ac98c78ed75d722095fbfb2155ab717b2d (patch)
treef234258e481049f5edfb4011694ce6ac8084eb7e /textproc
parent8363852f4990311e55e4f4f5e8bbe1836c3136a5 (diff)
downloadfreebsd-ports-gnome-d706f9ac98c78ed75d722095fbfb2155ab717b2d.tar.gz
freebsd-ports-gnome-d706f9ac98c78ed75d722095fbfb2155ab717b2d.tar.zst
freebsd-ports-gnome-d706f9ac98c78ed75d722095fbfb2155ab717b2d.zip
BROKEN on sparc64: Build fails
Diffstat (limited to 'textproc')
-rw-r--r--textproc/iiimf-server/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile
index f081843aa944..ab67d39ecd7e 100644
--- a/textproc/iiimf-server/Makefile
+++ b/textproc/iiimf-server/Makefile
@@ -31,6 +31,12 @@ LIBTOOLFILES= ${WRKSRC}/aclocal.m4
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \
${WRKSRC}/../acfiles/im_common.m4 \
@@ -42,4 +48,4 @@ pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -I ../acfiles
${TOUCH} ${WRKSRC}/config.h.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>