summaryrefslogtreecommitdiff
path: root/recipes/gypsy/files/remove-werror.patch
diff options
context:
space:
mode:
authorFrederik Sdun <frederik.sdun@googlemail.com>2009-11-18 12:22:58 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-06 11:48:55 +0100
commit2e9c435068b0094d8f6da067feaea7baf14eaed6 (patch)
tree7735f23916ac17060ce8cf7f92f8b554e8397598 /recipes/gypsy/files/remove-werror.patch
parentfe1e53014342e38669883233fe3689464ed9daa1 (diff)
gypsy: split package, fix compile error (remove werror)
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gypsy/files/remove-werror.patch')
-rw-r--r--recipes/gypsy/files/remove-werror.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gypsy/files/remove-werror.patch b/recipes/gypsy/files/remove-werror.patch
new file mode 100644
index 0000000000..8c60bd73b0
--- /dev/null
+++ b/recipes/gypsy/files/remove-werror.patch
@@ -0,0 +1,13 @@
+Index: configure.ac
+===================================================================
+--- a/configure.ac (Revision 148)
++++ b/configure.ac (Arbeitskopie)
+@@ -41,7 +41,7 @@
+ AC_SUBST(DBUS_SERVICES_DIR)
+ AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for D-Bus is])
+
+-CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
++CFLAGS="$CFLAGS -g -Wall -Wno-format"
+
+ # TODO: add --with-xsltproc argument to override PATH
+ AC_CHECK_PROGS(XSLT, xsltproc)