Package: tecnoballz / 0.93.1-4+deb8u1

disable-Werror.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Markus Koschany <apo@gambaru.de>
Date: Thu, 2 Oct 2014 18:20:23 +0200
Subject: disable -Werror

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 67c7ec1..59e260e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ if test "x${enable_devel}" = "xyes"; then
   AC_DEFINE(UNDER_DEVELOPMENT,  1, Define to enable development version)
   CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g"
 else
-  CXXFLAGS="-O2 -Werror -Wall -pedantic -Wextra -std=gnu++98"
+  CXXFLAGS="-O2 -Wall -pedantic -Wextra -std=gnu++98"
 fi
 
 AC_OUTPUT(