summarylogtreecommitdiffstats
path: root/disableCompressionSupported.patch
diff options
context:
space:
mode:
authorMax Ober2017-09-04 13:34:23 +0200
committerMax Ober2017-09-04 13:34:23 +0200
commit7a77a0a259c2dd32d405e6e6aeb5d3b1acf9a908 (patch)
tree0293a06207d8a6856113c24bb6068d9944011798 /disableCompressionSupported.patch
downloadaur-7a77a0a259c2dd32d405e6e6aeb5d3b1acf9a908.tar.gz
initial
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