--- trunk/dports/mail/gnupg2/Portfile 2011-06-30 05:07:35 UTC (rev 79946)
+++ trunk/dports/mail/gnupg2/Portfile 2011-06-30 05:10:17 UTC (rev 79947)
@@ -35,6 +35,10 @@
configure.args --disable-agent
+# glib fails to find the right stdint.h It picks clang's internal one rather
+# than the system header
+configure.env gl_cv_absolute_stdint_h=/usr/include/stdint.h
+
depends_lib port:libiconv \
port:gettext \
port:zlib \