From d89b2cfdbdc82fcf359d5d339bcdb98f79f9f90f Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Wed, 5 Oct 2016 20:13:40 +0000 Subject: 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 --- mail/claws-mail/Makefile.claws | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/claws-mail') 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 \ -- cgit v1.2.3