[132918] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Feb 13 00:58:20 PST 2015


Revision: 132918
          https://trac.macports.org/changeset/132918
Author:   jeremyhu at macports.org
Date:     2015-02-13 00:58:20 -0800 (Fri, 13 Feb 2015)
Log Message:
-----------
ld64-136: Only use the hash_set patch if we're using libstdc++

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-02-13 08:55:20 UTC (rev 132917)
+++ trunk/dports/devel/ld64/Portfile	2015-02-13 08:58:20 UTC (rev 132918)
@@ -91,9 +91,12 @@
         ld64-133-no-CrashReporterClient.h.patch \
         ld64-134-missing-include.patch \
         ld64-136-i386-badAddress.patch \
-        ld64-136-hash_set.patch \
         ld64-ppc-9610466.patch
 
+    if {${configure.cxx_stdlib} eq "libstdc++"} {
+        patchfiles-append   ld64-136-hash_set.patch
+    }
+
     if {${os.major} <= 9} {
         pre-fetch {
             ui_error "$subport is not supported on Leopard or earlier.  It requires the blocks runtime."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150213/a8fd4174/attachment.html>


More information about the macports-changes mailing list