latex2html/teTeX-l2h-config.patch
Petr Šabata 347b818bc2 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/latex2html#11652456a3c21ebceb8ec20590514058477d932a
2020-10-15 15:10:16 +02:00

11 lines
334 B
Diff

--- teTeX-1.0/latex2html-2K.1beta/config/config.pl.orig Fri May 4 12:26:45 2001
+++ teTeX-1.0/latex2html-2K.1beta/config/config.pl Fri May 4 12:27:11 2001
@@ -566,6 +566,7 @@
&checking('if perl supports some dbm');
+use DB_File;
my %array;
unless(eval {dbmopen(%array,'DBMtest',0755)}) {
my $err = $@ || 'dbmopen failed';