Files
for-gentoo/dev-python/python-report/files/python-report-0.23-disable-Werror.patch
T

10 lines
201 B
Diff

--- 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