Ticket #35317: reinplace-locale.patch
File reinplace-locale.patch, 735 bytes (added by macports8@…, 12 years ago) |
---|
-
Portfile
49 49 50 50 51 51 post-patch { 52 reinplace "s|%%~/texmf-dist|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/tex4ht/base/unix/tex4ht.env52 reinplace -locale C "s|%%~/texmf-dist|${texlive_texmfdist}|g" ${worksrcpath}/runfiles/texmf-dist/tex4ht/base/unix/tex4ht.env 53 53 54 54 # See #30270 55 reinplace "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht55 reinplace -locale C "s|\\Needs\{\"xhtex|\\Needs\{\"mk4ht xhtex|g" ${worksrcpath}/runfiles/texmf-dist/tex/generic/tex4ht/html4.4ht 56 56 } 57 57 58 58 texlive.texmfport