diff options
author | linimon <linimon@FreeBSD.org> | 2009-02-03 14:16:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-02-03 14:16:40 +0800 |
commit | c12bd83fb72be2009aaeb35633b93907d3734aec (patch) | |
tree | 3fc610da06df02a5e6ae0f05de40ae2579fe7498 /mail | |
parent | bb427d0dd9fabcad25ba8cabd474c07bc6127473 (diff) | |
download | freebsd-ports-gnome-c12bd83fb72be2009aaeb35633b93907d3734aec.tar.gz freebsd-ports-gnome-c12bd83fb72be2009aaeb35633b93907d3734aec.tar.zst freebsd-ports-gnome-c12bd83fb72be2009aaeb35633b93907d3734aec.zip |
Mark bogofilter and slave ports as broken on sparc64: coredump while
installing.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index f9e1b908004d..cb65e5608dc0 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -30,6 +30,10 @@ PATCH_STRIP= -p1 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Fails to install on sparc64 +.endif + BF_LIBS?= -ldb-4.3 BF_CPPFLAGS?= -I${LOCALBASE}/include/db43 -I${LOCALBASE}/include CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc |