Ticket #35317: reinplace-locale.patch

File reinplace-locale.patch, 735 bytes (added by macports8@…, 12 years ago)
  • Portfile

     
    4949
    5050 
    5151post-patch {
    52     reinplace "s|%%~/texmf-dist|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/tex4ht/base/unix/tex4ht.env
     52    reinplace -locale C "s|%%~/texmf-dist|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/tex4ht/base/unix/tex4ht.env
    5353
    5454    # See #30270
    55     reinplace "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht
     55    reinplace -locale C "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht
    5656}
    5757
    5858texlive.texmfport