[79868] trunk/dports/security/gpg-agent/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jun 28 14:28:59 PDT 2011


Revision: 79868
          http://trac.macports.org/changeset/79868
Author:   jeremyhu at macports.org
Date:     2011-06-28 14:28:59 -0700 (Tue, 28 Jun 2011)
Log Message:
-----------
gpg-agent: clang build fix

Modified Paths:
--------------
    trunk/dports/security/gpg-agent/Portfile

Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile	2011-06-28 21:23:00 UTC (rev 79867)
+++ trunk/dports/security/gpg-agent/Portfile	2011-06-28 21:28:59 UTC (rev 79868)
@@ -23,6 +23,10 @@
 configure.args	--enable-agent-only \
 		--with-pinentry-pgm=${prefix}/bin/pinentry
 
+# glib fails to find the right stdint.h  It picks clang's internal one rahter
+# than the system header
+configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
 depends_lib	port:libiconv 		\
 		port:gettext 		\
 		port:zlib 		\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110628/125c2bdc/attachment.html>


More information about the macports-changes mailing list