diff --git a/packages/addons/service/multimedia/tvheadend/patches/tvheadend-remove-Werror.patch b/packages/addons/service/multimedia/tvheadend/patches/tvheadend-remove-Werror.patch new file mode 100644 index 0000000000..1604c8df9e --- /dev/null +++ b/packages/addons/service/multimedia/tvheadend/patches/tvheadend-remove-Werror.patch @@ -0,0 +1,12 @@ +diff -Naur tvheadend-3.9.1050/Makefile tvheadend-3.9.1050.patch/Makefile +--- tvheadend-3.9.1050/Makefile 2014-07-07 21:39:24.000000000 +0200 ++++ tvheadend-3.9.1050.patch/Makefile 2014-07-14 17:57:09.483454814 +0200 +@@ -28,7 +28,7 @@ + # + + CFLAGS += -g -O2 +-CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations ++CFLAGS += -Wall -Wwrite-strings -Wno-deprecated-declarations + CFLAGS += -Wmissing-prototypes + CFLAGS += -fms-extensions -funsigned-char -fno-strict-aliasing + CFLAGS += -D_FILE_OFFSET_BITS=64