[125798] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Sep 26 10:27:18 PDT 2014


Revision: 125798
          https://trac.macports.org/changeset/125798
Author:   jeremyhu at macports.org
Date:     2014-09-26 10:27:18 -0700 (Fri, 26 Sep 2014)
Log Message:
-----------
ld64: Fix a stray character

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2014-09-26 17:26:39 UTC (rev 125797)
+++ trunk/dports/devel/ld64/Portfile	2014-09-26 17:27:18 UTC (rev 125798)
@@ -95,7 +95,7 @@
     set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
 }
 
-if {${os.major} < 10}} {
+if {${os.major} < 10} {
     # Leopard and earlier didn't have libunwind.h in the SDK
     depends_build-append    path:include/libunwind.h:libunwind-headers
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140926/2d74f809/attachment.html>


More information about the macports-changes mailing list