diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-08-04 11:29:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-08-04 11:43:49 +0200 |
commit | d3b8c1e3cf57247cd2c5c014109040665109c44c (patch) | |
tree | 87a9a7e46f02b170ff686bd4481911b3250e4674 /dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch | |
parent | net-p2p/litecoind: remove 0.10.2.2-r4 (diff) | |
download | gentoo-d3b8c1e3cf57247cd2c5c014109040665109c44c.tar.gz gentoo-d3b8c1e3cf57247cd2c5c014109040665109c44c.tar.bz2 gentoo-d3b8c1e3cf57247cd2c5c014109040665109c44c.zip |
dev-tex/latex2html: Add build fixes for Perl 5.26, bug 617760
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch')
-rw-r--r-- | dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch b/dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch new file mode 100644 index 000000000000..e7f29ad5779c --- /dev/null +++ b/dev-tex/latex2html/files/latex2html-2017.2-dotinc.patch @@ -0,0 +1,33 @@ +diff -ruN latex2html-2017.2.orig/config/build.pl latex2html-2017.2/config/build.pl +--- latex2html-2017.2.orig/config/build.pl 2017-01-23 17:14:25.000000000 -0000 ++++ latex2html-2017.2/config/build.pl 2017-08-04 09:13:26.040867263 -0000 +@@ -145,6 +145,7 @@ + # Read in the system's configuration + use FindBin; + use lib "$FindBin::Bin/.."; ++use lib "$FindBin::Bin"; + use cfgcache; + + my $dd = $cfg{'dd'}; +diff -ruN latex2html-2017.2.orig/config/config.pl latex2html-2017.2/config/config.pl +--- latex2html-2017.2.orig/config/config.pl 2017-01-23 17:14:25.000000000 -0000 ++++ latex2html-2017.2/config/config.pl 2017-08-04 09:13:45.500980317 -0000 +@@ -435,6 +435,7 @@ + + use FindBin; + use lib "$FindBin::Bin/.."; ++use lib "$FindBin::Bin"; + use L2hos; + + #use diagnostics; +diff -ruN latex2html-2017.2.orig/config/install.pl latex2html-2017.2/config/install.pl +--- latex2html-2017.2.orig/config/install.pl 2017-08-04 09:08:53.608284554 -0000 ++++ latex2html-2017.2/config/install.pl 2017-08-04 09:13:57.116047796 -0000 +@@ -183,6 +183,7 @@ + + use FindBin; + use lib "$FindBin::Bin/.."; ++use lib "$FindBin::Bin"; + use cfgcache; + use L2hos; + |