diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-10 12:21:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-10 12:21:17 +0800 |
commit | 36c79cad505b08a135c94469a30d62e2460108cf (patch) | |
tree | bb041e239022ed718a6668a7efcafff183980d3e /mail | |
parent | 79afb92ff58dfb02f9e7dcd905a60899821092c9 (diff) | |
download | freebsd-ports-gnome-36c79cad505b08a135c94469a30d62e2460108cf.tar.gz freebsd-ports-gnome-36c79cad505b08a135c94469a30d62e2460108cf.tar.zst freebsd-ports-gnome-36c79cad505b08a135c94469a30d62e2460108cf.zip |
This is still broken on armv*/10. It works on 11 and later.
Reported by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index a244c05ba566..131bcb60e967 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -12,6 +12,9 @@ COMMENT= Fast, teachable, learning spam detector LICENSE= GPLv2 +BROKEN_FreeBSD_10_armv6= fails to configure: Cannot open a shared environment in Berkeley DB +BROKEN_FreeBSD_10_armv7= fails to configure: Cannot open a shared environment in Berkeley DB + .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port USES+= bdb:5+ |