[90585] trunk/dports/devel/libdvdread/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Mar 9 02:54:21 PST 2012


Revision: 90585
          http://trac.macports.org/changeset/90585
Author:   jeremyhu at macports.org
Date:     2012-03-09 02:54:21 -0800 (Fri, 09 Mar 2012)
Log Message:
-----------
libdvdread: reinplace target is not UTF-8, so use C locale

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

Modified: trunk/dports/devel/libdvdread/Portfile
===================================================================
--- trunk/dports/devel/libdvdread/Portfile	2012-03-09 10:50:09 UTC (rev 90584)
+++ trunk/dports/devel/libdvdread/Portfile	2012-03-09 10:54:21 UTC (rev 90585)
@@ -42,7 +42,7 @@
 
 patchfiles      patch-src_dvd_input.c.diff
 post-patch {
-    reinplace "s|@@PREFIX@@|${prefix}|" ${worksrcpath}/src/dvd_input.c
+    reinplace -locale C "s|@@PREFIX@@|${prefix}|" ${worksrcpath}/src/dvd_input.c
 }
 
 configure.cmd   ./autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120309/090869cb/attachment.html>


More information about the macports-changes mailing list