aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-server
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-17 06:57:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-17 06:57:07 +0000
commit72529ec0ed4784c435ada4f578fd54fbb2bc0756 (patch)
treea93f2d524df4c275fb7853dbdbb319da2b973fa6 /textproc/iiimf-server
parent36ffc988427e72076fede675d621929d59f43267 (diff)
Notes
Diffstat (limited to 'textproc/iiimf-server')
-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>