Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/librouteros/files: disable_werror.patch
Date: Fri, 30 Dec 2011 20:16:58
Message-Id: 20111230201649.876D52004C@flycatcher.gentoo.org
1 maksbotan 11/12/30 20:16:49
2
3 Added: disable_werror.patch
4 Log:
5 Add net-libs/librouteros-1.1.2. Thanks to slepnoga
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/librouteros/files/disable_werror.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/librouteros/files/disable_werror.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/librouteros/files/disable_werror.patch?rev=1.1&content-type=text/plain
14
15 Index: disable_werror.patch
16 ===================================================================
17 --- src/Makefile.am.orig 2011-12-30 21:17:04.233158203 +0200
18 +++ src/Makefile.am 2011-12-30 21:18:42.186354842 +0200
19 @@ -1,7 +1,7 @@
20 AUTOMAKE_OPTIONS = foreign no-dependencies
21
22 if COMPILER_IS_GCC
23 -AM_CFLAGS = -Wall -Werror
24 +AM_CFLAGS = -Wall
25 if BUILD_WITH_DEBUG
26 AM_CFLAGS += -Wextra -g -O0
27 endif