Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/totd/files: totd-1.5.1-no_werror.patch
Date: Sat, 06 Oct 2007 15:32:58
Message-Id: E1IeBUw-00083I-Cd@stork.gentoo.org
1 coldwind 07/10/06 15:23:22
2
3 Added: totd-1.5.1-no_werror.patch
4 Log:
5 Remove -Werror (#183768) thanks to Karsten Baumgarten <karsten.baumgarten@×××.net>.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 net-dns/totd/files/totd-1.5.1-no_werror.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/totd/files/totd-1.5.1-no_werror.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/totd/files/totd-1.5.1-no_werror.patch?rev=1.1&content-type=text/plain
13
14 Index: totd-1.5.1-no_werror.patch
15 ===================================================================
16 --- totd-1.5.1/Makefile.in 2005-01-31 12:55:14.000000000 +0100
17 +++ totd-1.5.1_new/Makefile.in 2007-06-30 22:51:07.000000000 +0200
18 @@ -19,7 +19,7 @@
19
20 INSTALL = /usr/bin/install
21
22 -CFLAGS = @CFLAGS@ @DEFS@ -Werror -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
23 +CFLAGS = @CFLAGS@ @DEFS@ -Wall -DTOTCONF=\"$(TOT_CONFIG_FILE)\" @OPTFLAGS@ $(INCLUDEPATH)
24
25 # When debugging is enabled by --enable-malloc-debug flag to the configure
26 # script, the @DBMALLOC@ substitution will contain the empty string, thus
27
28
29
30 --
31 gentoo-commits@g.o mailing list