aboutsummaryrefslogtreecommitdiffstats
path: root/community/ripmime/ripmime-disable-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ripmime/ripmime-disable-werror.patch')
-rw-r--r--community/ripmime/ripmime-disable-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ripmime/ripmime-disable-werror.patch b/community/ripmime/ripmime-disable-werror.patch
new file mode 100644
index 0000000000..df1e5f2953
--- /dev/null
+++ b/community/ripmime/ripmime-disable-werror.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -15,7 +15,7 @@
+ # use our recommended settings.
+ #CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS)
+ #CFLAGS=-Wall -g -O2 -Wundef -Wshadow -Wsign-compare -I.
+-CFLAGS=-Wall -g -I. -O2 -Werror
++CFLAGS=-Wall -g -I. -O2
+
+ # OLE decoding is still considered to be 'beta' mode - so it
+ # disabled in the stable release of ripMIME for now