[131416] trunk/dports/devel/libunwind/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 11 15:00:35 PST 2015


Revision: 131416
          https://trac.macports.org/changeset/131416
Author:   jeremyhu at macports.org
Date:     2015-01-11 15:00:35 -0800 (Sun, 11 Jan 2015)
Log Message:
-----------
libunwind-headers: Move back to /include to unbreak cctools upgrades due to conflicts with CarbonHeaders.  (#42500, #46521)

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

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2015-01-11 21:53:36 UTC (rev 131415)
+++ trunk/dports/devel/libunwind/Portfile	2015-01-11 23:00:35 UTC (rev 131416)
@@ -6,7 +6,7 @@
 name                    libunwind
 version                 3.5.0
 revision                4
-subport ${name}-headers { }
+subport ${name}-headers { revision 5 }
 epoch                   1
 categories              devel
 platforms               darwin
@@ -63,7 +63,7 @@
 
     destroot.target installhdrs
     destroot.args \
-        PREFIX="${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr"
+        PREFIX="${prefix}"
 } else {
     # Technically not needed, but subports will expect depending on libunwind to pull in the headers
     depends_lib-append port:libunwind-headers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150111/a60ad0a4/attachment.html>


More information about the macports-changes mailing list