aports/community/ripmime/ripmime-disable-werror.patch

12 lines
360 B
Diff

--- 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