[132143] trunk/dports/devel/ld64

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 24 02:30:51 PST 2015


Revision: 132143
          https://trac.macports.org/changeset/132143
Author:   jeremyhu at macports.org
Date:     2015-01-24 02:30:51 -0800 (Sat, 24 Jan 2015)
Log Message:
-----------
ld64-97: Steps to fix building with newer toolchains

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

Added Paths:
-----------
    trunk/dports/devel/ld64/files/ld64-97-no-ppc-thread_status.patch

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-24 09:45:41 UTC (rev 132142)
+++ trunk/dports/devel/ld64/Portfile	2015-01-24 10:30:51 UTC (rev 132143)
@@ -25,6 +25,8 @@
     set makefile	"Makefile-97"
     set ld64_ver        97
 
+    compiler.blacklist-append *clang*
+
     patchfiles \
         ld64-version.patch \
         ld64-97-no-LTO.patch \
@@ -33,7 +35,8 @@
         ld64-97-long-branch-warn.patch \
         ld64-97-standalone-libunwind-headers.patch \
         ld64-97-no-Availability.h.patch \
-        ld64-97-BaseAtomImplicitDecl.patch
+        ld64-97-BaseAtomImplicitDecl.patch \
+        ld64-97-no-ppc-thread_status.patch
 }
 
 subport ld64-127 {

Added: trunk/dports/devel/ld64/files/ld64-97-no-ppc-thread_status.patch
===================================================================
--- trunk/dports/devel/ld64/files/ld64-97-no-ppc-thread_status.patch	                        (rev 0)
+++ trunk/dports/devel/ld64/files/ld64-97-no-ppc-thread_status.patch	2015-01-24 10:30:51 UTC (rev 132143)
@@ -0,0 +1,10 @@
+--- src/ld/MachOWriterExecutable.hpp.orig	2015-01-24 02:20:48.000000000 -0800
++++ src/ld/MachOWriterExecutable.hpp	2015-01-24 02:24:41.000000000 -0800
+@@ -31,7 +31,6 @@
+ #include <sys/time.h>
+ #include <uuid/uuid.h>
+ #include <mach/i386/thread_status.h>
+-#include <mach/ppc/thread_status.h>
+ #include <CommonCrypto/CommonDigest.h>
+ 
+ #include <vector>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150124/a82214c1/attachment.html>


More information about the macports-changes mailing list