[146686] trunk/dports/graphics/makeicns/Portfile

mojca at macports.org mojca at macports.org
Tue Mar 15 07:56:09 PDT 2016


Revision: 146686
          https://trac.macports.org/changeset/146686
Author:   mojca at macports.org
Date:     2016-03-15 07:56:08 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
makeicns: make it work with libc++ on 10.6 (#50678)

Modified Paths:
--------------
    trunk/dports/graphics/makeicns/Portfile

Modified: trunk/dports/graphics/makeicns/Portfile
===================================================================
--- trunk/dports/graphics/makeicns/Portfile	2016-03-15 14:51:30 UTC (rev 146685)
+++ trunk/dports/graphics/makeicns/Portfile	2016-03-15 14:56:08 UTC (rev 146686)
@@ -48,9 +48,10 @@
                     CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
                     LDFLAGS="[join ${configure.ldflags}] [get_canonical_archflags ld]"
 
-if {${configure.sdkroot} != ""} {
+# https://trac.macports.org/ticket/50678
+# if {${configure.sdkroot} != ""} {
     build.env-append SDK=${configure.sdkroot}
-}
+# }
 
 destroot {
     xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/8b680020/attachment.html>


More information about the macports-changes mailing list