[141621] trunk/dports/devel/ld64

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 02:18:21 PST 2015


Revision: 141621
          https://trac.macports.org/changeset/141621
Author:   jeremyhu at macports.org
Date:     2015-10-23 17:47:20 -0700 (Fri, 23 Oct 2015)
Log Message:
-----------
ld64-latest: Build fix for case sensitive filesystems (#49393)

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

Added Paths:
-----------
    trunk/dports/devel/ld64/files/PR-49393.patch

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-10-23 17:47:58 UTC (rev 141620)
+++ trunk/dports/devel/ld64/Portfile	2015-10-24 00:47:20 UTC (rev 141621)
@@ -166,7 +166,8 @@
         ld64-ppc-9610466.patch \
         PR-23184186.patch \
         PR-23184384.patch \
-        PR-23184771.patch
+        PR-23184771.patch \
+        PR-49393.patch
 
     depends_lib-append port:libcxx
     configure.cxx_stdlib libc++

Added: trunk/dports/devel/ld64/files/PR-49393.patch
===================================================================
--- trunk/dports/devel/ld64/files/PR-49393.patch	                        (rev 0)
+++ trunk/dports/devel/ld64/files/PR-49393.patch	2015-10-24 00:47:20 UTC (rev 141621)
@@ -0,0 +1,11 @@
+--- src/ld/parsers/textstub_dylib_file.cpp.orig	2015-06-15 15:42:21.000000000 -0700
++++ src/ld/parsers/textstub_dylib_file.cpp	2015-10-23 17:45:56.000000000 -0700
+@@ -29,7 +29,7 @@
+ #include <vector>
+ 
+ #include "Architectures.hpp"
+-#include "bitcode.hpp"
++#include "Bitcode.hpp"
+ #include "MachOFileAbstraction.hpp"
+ #include "MachOTrie.hpp"
+ #include "textstub_dylib_file.hpp"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/08a929a9/attachment-0001.html>


More information about the macports-changes mailing list