summaryrefslogtreecommitdiff
path: root/user/perl-xml-sax/install-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/perl-xml-sax/install-fix.patch')
-rw-r--r--user/perl-xml-sax/install-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/perl-xml-sax/install-fix.patch b/user/perl-xml-sax/install-fix.patch
new file mode 100644
index 000000000..c28d48b3a
--- /dev/null
+++ b/user/perl-xml-sax/install-fix.patch
@@ -0,0 +1,11 @@
+--- XML-SAX-1.00/Makefile.PL.old 2018-02-15 09:44:15.000000000 +0000
++++ XML-SAX-1.00/Makefile.PL 2019-01-11 20:58:06.250000000 +0000
+@@ -23,7 +23,7 @@
+
+ eval { require XML::SAX };
+ if ($@) {
+- $write_ini_ok = 1;
++ $write_ini_ok = 0;
+ }
+ else {
+ my $dir = File::Basename::dirname($INC{'XML/SAX.pm'});