[116293] trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

sean at macports.org sean at macports.org
Thu Jan 23 12:07:50 PST 2014


Revision: 116293
          https://trac.macports.org/changeset/116293
Author:   sean at macports.org
Date:     2014-01-23 12:07:49 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
compilers-1.0: split flag replacement

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/compilers-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/compilers-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2014-01-23 20:07:45 UTC (rev 116292)
+++ trunk/dports/_resources/port1.0/group/compilers-1.0.tcl	2014-01-23 20:07:49 UTC (rev 116293)
@@ -221,6 +221,13 @@
                             configure.cflags-delete $old
                             configure.cflags-append $new
                         }
+                    }]
+                }
+            }
+
+            foreach flag $cdb($variant,flags) {
+                foreach {old new} $flag {
+                    append f [subst {
                         if {\[string first $old \${configure.cxxflags}\] > -1} {
                             configure.cxxflags-delete $old
                             configure.cxxflags-append $new
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/691ec8d4/attachment.html>


More information about the macports-changes mailing list