aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libvmime
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-02-03 14:18:18 +0800
committerlinimon <linimon@FreeBSD.org>2009-02-03 14:18:18 +0800
commit520428e628c496f5144f543d6e080502eaa99fb3 (patch)
treee63b9a53d6aa6e7314935e6eaf634efb5a22932e /mail/libvmime
parentc12bd83fb72be2009aaeb35633b93907d3734aec (diff)
downloadfreebsd-ports-gnome-520428e628c496f5144f543d6e080502eaa99fb3.tar.gz
freebsd-ports-gnome-520428e628c496f5144f543d6e080502eaa99fb3.tar.zst
freebsd-ports-gnome-520428e628c496f5144f543d6e080502eaa99fb3.zip
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'mail/libvmime')
-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>