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

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 15 11:50:27 PDT 2015


Revision: 137639
          https://trac.macports.org/changeset/137639
Author:   jeremyhu at macports.org
Date:     2015-06-15 11:50:27 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
gpg-agent: Build fix when building against an SDK rather than /

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

Modified: trunk/dports/security/gpg-agent/Portfile
===================================================================
--- trunk/dports/security/gpg-agent/Portfile	2015-06-15 17:32:02 UTC (rev 137638)
+++ trunk/dports/security/gpg-agent/Portfile	2015-06-15 18:50:27 UTC (rev 137639)
@@ -34,10 +34,6 @@
 
 configure.args      --enable-agent-only
 
-# 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           \
@@ -50,7 +46,8 @@
                     port:pth
 
 
-patchfiles          patch-po_Makevars.diff
+patchfiles          patch-po_Makevars.diff \
+                    patch-gl_stdint__h.diff
 
 # DO NOT USE. Maintainer-only helper for debugging purposes. DO NOT USE.
 #configure.cflags-append -g3 -ggdb3 -gdwarf-2 -O0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150615/1e43368a/attachment.html>


More information about the macports-changes mailing list