[138079] trunk/dports/mail/gnupg2/Portfile

ionic at macports.org ionic at macports.org
Sat Jun 27 18:13:02 PDT 2015


Revision: 138079
          https://trac.macports.org/changeset/138079
Author:   ionic at macports.org
Date:     2015-06-27 18:13:02 -0700 (Sat, 27 Jun 2015)
Log Message:
-----------
gnupg2: clarify what the gl/stdint_.h patch is doing.

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2015-06-28 01:11:12 UTC (rev 138078)
+++ trunk/dports/mail/gnupg2/Portfile	2015-06-28 01:13:02 UTC (rev 138079)
@@ -35,8 +35,6 @@
 configure.args      --disable-agent \
                     --without-adns
 
-# glib fails to find the right stdint.h  It picks clang's internal one rather
-# than the system header
 depends_lib         port:libiconv           \
                     port:gettext            \
                     port:zlib               \
@@ -55,9 +53,13 @@
 
 patchfiles          patch-common-homedir.c.diff \
                     patch-configure.diff \
-                    patch-tests__openpgp__Makefile.in.diff \
-                    patch-gl_stdint__h.diff
+                    patch-tests__openpgp__Makefile.in.diff
 
+# Recent clang versions include the system stdint.h header
+# and we don't need quirks for "estoric" systems, so just
+# we simply include the system header.
+patchfiles-append   patch-gl_stdint__h.diff
+
 platform darwin {
     patchfiles-append   patch-gpg_agent-launchd.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150627/857bf777/attachment.html>


More information about the macports-changes mailing list