summarylogtreecommitdiffstats
path: root/disableCompressionSupported.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disableCompressionSupported.patch')
-rw-r--r--disableCompressionSupported.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/disableCompressionSupported.patch b/disableCompressionSupported.patch
new file mode 100644
index 000000000000..a77004f5476b
--- /dev/null
+++ b/disableCompressionSupported.patch
@@ -0,0 +1,10 @@
+--- LibRSVG.xs 2017-09-04 13:22:45.369221170 +0200
++++ LibRSVG.xs 2017-09-04 13:25:11.239629553 +0200
+@@ -456,7 +456,7 @@
+ static bool
+ SVGLibRSVG::isGzCompressionSupported()
+ CODE:
+- RETVAL = 1;
++ RETVAL = 0;
+ OUTPUT:
+ RETVAL