Revision
95982
Author
ryandesign@macports.org
Date
2012-07-27 07:16:42 -0700 (Fri, 27 Jul 2012)

Log Message

kde4-1.1.tcl: add "-locale C" to reinplace (#35347)

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl (95981 => 95982)


--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-07-27 14:00:34 UTC (rev 95981)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2012-07-27 14:16:42 UTC (rev 95982)
@@ -79,7 +79,7 @@
     # ...phonon... in all files that contain that header.
     fs-traverse item ${worksrcpath} {
         if {[file isfile ${item}]} {
-            reinplace "/#include/s@Phonon@phonon@" ${item}
+            reinplace -locale C "/#include/s@Phonon@phonon@" ${item}
         }
     }
 }