[130975] trunk/dports/lang/libcxxabi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 4 02:41:52 PST 2015


Revision: 130975
          https://trac.macports.org/changeset/130975
Author:   jeremyhu at macports.org
Date:     2015-01-04 02:41:52 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
libcxxabi: Don't unexport libunwind on Leopard

Modified Paths:
--------------
    trunk/dports/lang/libcxxabi/Portfile

Modified: trunk/dports/lang/libcxxabi/Portfile
===================================================================
--- trunk/dports/lang/libcxxabi/Portfile	2015-01-04 10:40:59 UTC (rev 130974)
+++ trunk/dports/lang/libcxxabi/Portfile	2015-01-04 10:41:52 UTC (rev 130975)
@@ -72,7 +72,7 @@
             port:libmacho
 
         pre-build {
-            system "nm -g ${prefix}/lib/libmacho.a ${prefix}/lib/libunwind.a 2> /dev/null | grep ' \[DST\] ' | awk '{print \$3}' > ${worksrcpath}/unexported_symbols"
+            system "nm -g ${prefix}/lib/libmacho.a 2> /dev/null | grep ' \[DST\] ' | awk '{print \$3}' > ${worksrcpath}/unexported_symbols"
         }
 
         build.env-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/8feb5fb2/attachment.html>


More information about the macports-changes mailing list