Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 20:13:40 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423385 - head/mail/claws-mail
Message-ID:  <201610052013.u95KDeg8093321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610052013.u95KDeg8093321>