~ubuntu-branches/debian/sid/gxneur/sid

« back to all changes in this revision

Viewing changes to debian/patches/03_disable_werror.patch

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2012-07-05 20:04:58 UTC
  • Revision ID: package-import@ubuntu.com-20120705200458-rqbioyvjdnx3c5iw
Tags: 0.15.0-2.1
* Non-maintainer upload.
* Remove -Werror so it does not complain about deprecated declarations
  (Closes: #665670).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: remove -Werror
 
2
 This package uses stuff that is now deprecated in gtk so it FTBF
 
3
 If -Werror is enabled.
 
4
Author: Peter Michael Green <plugwash@p10link.net>
 
5
Bug-Debian: http://bugs.debian.org/665670
 
6
 
 
7
--- gxneur-0.15.0.orig/configure.in
 
8
+++ gxneur-0.15.0/configure.in
 
9
@@ -87,7 +87,7 @@ fi
 
10
 AM_GNU_GETTEXT_VERSION([0.16.1])
 
11
 AM_GNU_GETTEXT([external])
 
12
 
 
13
-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"
 
14
+DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"
 
15
 AC_SUBST(DEFAULT_CFLAGS)
 
16
 
 
17
 AC_OUTPUT([Makefile gxneur.desktop src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in])
 
18
--- gxneur-0.15.0.orig/configure
 
19
+++ gxneur-0.15.0/configure
 
20
@@ -14805,7 +14805,7 @@ $as_echo "#define HAVE_DCGETTEXT 1" >>co
 
21
 
 
22
 
 
23
 
 
24
-DEFAULT_CFLAGS="-Wall -Wextra -Werror -g0 -fPIC -std=gnu99"
 
25
+DEFAULT_CFLAGS="-Wall -Wextra -g0 -fPIC -std=gnu99"
 
26
 
 
27
 
 
28
 ac_config_files="$ac_config_files Makefile gxneur.desktop src/Makefile pixmaps/Makefile glade/Makefile po/Makefile.in"