diff options
author | linimon <linimon@FreeBSD.org> | 2009-02-03 14:18:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-02-03 14:18:18 +0800 |
commit | 520428e628c496f5144f543d6e080502eaa99fb3 (patch) | |
tree | e63b9a53d6aa6e7314935e6eaf634efb5a22932e /mail/libvmime | |
parent | c12bd83fb72be2009aaeb35633b93907d3734aec (diff) | |
download | freebsd-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/Makefile | 8 |
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> |