diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:36 +0000 |
commit | f6920db5c1343205c600f1a54a391a6c64e3ba88 (patch) | |
tree | ab4dd72e009226ba3ad0d1af38890cc7cfc4f430 /latex2html-2002-2-1-SHLIB.patch | |
parent | da8c31f73f85bc67327ef4bee50e238cbe71d596 (diff) |
automatic import of latex2htmlopeneuler24.03_LTS
Diffstat (limited to 'latex2html-2002-2-1-SHLIB.patch')
-rw-r--r-- | latex2html-2002-2-1-SHLIB.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/latex2html-2002-2-1-SHLIB.patch b/latex2html-2002-2-1-SHLIB.patch new file mode 100644 index 0000000..0165454 --- /dev/null +++ b/latex2html-2002-2-1-SHLIB.patch @@ -0,0 +1,20 @@ +--- latex2html-2002-2-1/config/config.pl.orig 2004-11-02 20:17:57.000000000 +0900 ++++ latex2html-2002-2-1/config/config.pl 2004-11-02 20:48:22.024993493 +0900 +@@ -1915,12 +1915,12 @@ + else { + # similar to the perl installation procedure, append latex2html only + # if it does not appear in the PREFIX +- if($newcfg{'PREFIX'} =~ /l2h|latex2html/i) { +- $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'}; +- } +- else { ++# if($newcfg{'PREFIX'} =~ /l2h|latex2html/i) { ++# $newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'}; ++# } ++# else { + $newcfg{'SHLIBDIR'} = "$newcfg{'PREFIX'}${dd}share${dd}lib${dd}latex2html"; +- } ++# } + } + add_drive_letter($newcfg{'SHLIBDIR'}); + |