[137153] trunk/dports/security/pinentry/Portfile
ionic at macports.org
ionic at macports.org
Fri Jun 5 10:30:51 PDT 2015
Revision: 137153
https://trac.macports.org/changeset/137153
Author: ionic at macports.org
Date: 2015-06-05 10:30:51 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
pinentry: force using internal version of libassuan.
Revbump (for successful builds so far without trace mode likely compiled against the "wrong" libassuan headers.)
Modified Paths:
--------------
trunk/dports/security/pinentry/Portfile
Modified: trunk/dports/security/pinentry/Portfile
===================================================================
--- trunk/dports/security/pinentry/Portfile 2015-06-05 16:56:34 UTC (rev 137152)
+++ trunk/dports/security/pinentry/Portfile 2015-06-05 17:30:51 UTC (rev 137153)
@@ -5,7 +5,7 @@
name pinentry
version 0.9.2
-revision 0
+revision 1
categories security
license GPL-2+
maintainers ionic openmaintainer
@@ -30,6 +30,14 @@
--disable-pinentry-gtk2 \
--disable-pinentry-qt4
+# Fix picking up the correct assuan version.
+# -isystem has the added benefit of moving the include
+# directory specified to the end of the include path list.
+# This will help the build system respect custom include
+# paths correctly (i.e., searching them before the MP include
+# directory.)
+configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
+
depends_build port:pkgconfig
depends_lib port:libiconv \
port:ncurses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150605/02cf1327/attachment-0001.html>
More information about the macports-changes
mailing list