summaryrefslogtreecommitdiff
path: root/dev-python/python-report/files/python-report-0.23-disable-Werror.patch
blob: e4bdc90909067155ea41b8d831a1d8c48b008cc4 (plain)
1
2
3
4
5
6
7
8
9
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([report], [0.23])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_LIBTOOL