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

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 11 16:54:22 PST 2015


Revision: 131421
          https://trac.macports.org/changeset/131421
Author:   jeremyhu at macports.org
Date:     2015-01-11 16:54:22 -0800 (Sun, 11 Jan 2015)
Log Message:
-----------
libunwind: Build fix for Snow Leopard.

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

Modified: trunk/dports/devel/libunwind/Portfile
===================================================================
--- trunk/dports/devel/libunwind/Portfile	2015-01-12 00:08:23 UTC (rev 131420)
+++ trunk/dports/devel/libunwind/Portfile	2015-01-12 00:54:22 UTC (rev 131421)
@@ -77,8 +77,8 @@
         libunwind-donthide.patch \
         libunwind-fallback-x86_64.patch
 
-    if {${os.major} < 10} {
-        # Leopard's libSystem's libmacho does not contain getsectiondata()
+    if {${os.major} < 11} {
+        # Snow Leopard's libSystem's libmacho does not contain getsectiondata()
 
         depends_build-append port:libmacho
         configure.cppflags-append -DUSE_MACPORTS_LIBUNWIND
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150111/cce15e00/attachment.html>


More information about the macports-changes mailing list