Modified: trunk/dports/security/gpg-agent/Portfile (79867 => 79868)
--- 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 \