summaryrefslogtreecommitdiff
path: root/package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch
diff options
context:
space:
mode:
authorQais Yousef <Qais.Yousef@imgtec.com>2012-04-24 06:51:21 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-29 12:21:57 +0200
commit7d012ac9699cf8707a17d5b3576212ab17a2bf72 (patch)
tree9059ab0206119cbac65768b36be6d455d5731daa /package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch
parent11f6d7f82ef40f674386b1fcb2ae8d22f8a29956 (diff)
new package: bellagio
[Peter: needs C++, shouldn't force -Werror] Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch')
-rw-r--r--package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch b/package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch
new file mode 100644
index 000000000..39baf421b
--- /dev/null
+++ b/package/multimedia/bellagio/bellagio-0.9.3-drop-werror.patch
@@ -0,0 +1,22 @@
+[PATCH] don't force -Werror in CFLAGS
+
+Released software shouldn't get built with -Werror.
+
+Signed-of-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: libomxil-bellagio-0.9.3/configure.ac
+===================================================================
+--- libomxil-bellagio-0.9.3.orig/configure.ac
++++ libomxil-bellagio-0.9.3/configure.ac
+@@ -5,7 +5,7 @@
+ AC_PREREQ([2.59])
+
+ AC_CONFIG_HEADERS([config.h])
+-CFLAGS="${CFLAGS} -Wall -Werror"
++CFLAGS="${CFLAGS} -Wall"
+
+ ################################################################################
+ # Set the shared versioning info, according to section 6.3 of the libtool info #