svn commit: r423385 - head/mail/claws-mail

Pawel Pekala pawel at FreeBSD.org
Wed Oct 5 20:13:41 UTC 2016


Author: pawel
Date: Wed Oct  5 20:13:40 2016
New Revision: 423385
URL: https://svnweb.freebsd.org/changeset/ports/423385

Log:
  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

Modified:
  head/mail/claws-mail/Makefile.claws

Modified: head/mail/claws-mail/Makefile.claws
==============================================================================
--- head/mail/claws-mail/Makefile.claws	Wed Oct  5 20:13:07 2016	(r423384)
+++ head/mail/claws-mail/Makefile.claws	Wed Oct  5 20:13:40 2016	(r423385)
@@ -12,6 +12,7 @@ USES+=		gmake iconv libtool pkgconfig ta
 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 \


More information about the svn-ports-all mailing list