diff options
author | pawel <pawel@FreeBSD.org> | 2016-10-06 04:13:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-10-06 04:13:40 +0800 |
commit | a2b00a00236a10d5335f6a45cdb8a14a7eda8798 (patch) | |
tree | 41eb4412e2e81349ba095efd8c1860cbb892ff0e /mail/claws-mail | |
parent | fe13ed61343d24989db5860bbe765546dba8c520 (diff) | |
download | freebsd-ports-gnome-a2b00a00236a10d5335f6a45cdb8a14a7eda8798.tar.gz freebsd-ports-gnome-a2b00a00236a10d5335f6a45cdb8a14a7eda8798.tar.zst freebsd-ports-gnome-a2b00a00236a10d5335f6a45cdb8a14a7eda8798.zip |
Fix build on 12.0-CURRENT after encrypt() function removal in r306651
Configure script checks for encrypt() even though it's not used
on FreeBSD platform, disable this check.
PR: 211626
Reported by: Ed Schouten
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile.claws | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 76bb7a63c576..60b3f13bfc0a 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -12,6 +12,7 @@ USES+= gmake iconv libtool pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static +CONFIGURE_ENV= ac_cv_search_encrypt=yes CLAWS_PLUGINS= acpi_notifier \ address_keeper \ |