* fix warnings in perl 5.14 * build fixes - latex2html-2008.diff was split to share-dir.patch, local.pm (source) and latex2html.1 (source) - buildroot.diff was renamed to dest-dir.diff and that was extended to install icons properly - fix-defined.patch was removed (upstreamed) - manual.ps.gz was removed OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=16
12 lines
288 B
Diff
12 lines
288 B
Diff
--- config/config.pl
|
|
+++ config/config.pl
|
|
@@ -1043,7 +1043,7 @@
|
|
my $gs_version;
|
|
|
|
my $flag = 0;
|
|
- unless(open(GS,"$gs -h |")) {
|
|
+ unless(open(GS,"$gs -h 2>&1 |")) {
|
|
$opt{'have_pstoimg'} = 0;
|
|
logit("Error: could not execute $gs\n");
|
|
&warn_no_images();
|