summaryrefslogtreecommitdiff
path: root/manualPorts/gtkimageview/disable-Werror.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/gtkimageview/disable-Werror.patch
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/gtkimageview/disable-Werror.patch')
-rw-r--r--manualPorts/gtkimageview/disable-Werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/manualPorts/gtkimageview/disable-Werror.patch b/manualPorts/gtkimageview/disable-Werror.patch
new file mode 100644
index 0000000..379daa8
--- /dev/null
+++ b/manualPorts/gtkimageview/disable-Werror.patch
@@ -0,0 +1,11 @@
+--- configure 2009-04-05 22:04:32.000000000 +0200
++++ configure2 2015-11-10 09:58:14.109508610 +0100
+@@ -20740,7 +20740,7 @@
+ ######################################################################
+ ##### Twiddle CFLAGS #################################################
+ ######################################################################
+-CFLAGS="${CFLAGS} -Wall -Werror -std=c99 -Wmissing-prototypes"
++CFLAGS="${CFLAGS} -Wall -std=c99 -Wmissing-prototypes"
+
+
+ ######################################################################