Revision
79947
Author
jeremyhu@macports.org
Date
2011-06-29 22:10:17 -0700 (Wed, 29 Jun 2011)

Log Message

gnupg2: clang build fix

dev timeout

Modified Paths

Diff

Modified: trunk/dports/mail/gnupg2/Portfile (79946 => 79947)


--- 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               \