summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/libvmime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index eaf1bed0afb4..98bb2df7d124 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -36,4 +36,10 @@ CONFIGURE_ENV+= EXTRA_CFLAGS="${CFLAGS}" EXTRA_CXXFLAGS="${CXXFLAGS}" LDFLAGS="$
DOCSDIR= ${PREFIX}/share/doc/vmime
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>