Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/inspircd/files: inspircd-2.0.9-fix-path-builds.patch
Date: Tue, 27 Nov 2012 18:55:31
Message-Id: 20121127185506.25E2320C65@flycatcher.gentoo.org
1 nimiux 12/11/27 18:55:06
2
3 Modified: inspircd-2.0.9-fix-path-builds.patch
4 Log:
5 Removed -pipe and -Wall flags wrt to bug #443974
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.2 net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch?r1=1.1&r2=1.2
15
16 Index: inspircd-2.0.9-fix-path-builds.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- inspircd-2.0.9-fix-path-builds.patch 15 Oct 2012 09:47:59 -0000 1.1
23 +++ inspircd-2.0.9-fix-path-builds.patch 27 Nov 2012 18:55:06 -0000 1.2
24 @@ -64,7 +64,7 @@
25 BUILDPATH = @BUILD_DIR@
26 SOCKETENGINE = @SOCKETENGINE@
27 -CXXFLAGS = -pipe -fPIC -DPIC
28 -+MYCXXFLAGS = -pipe -fPIC -DPIC
29 ++MYCXXFLAGS = -fPIC -DPIC
30 LDLIBS = -pthread -lstdc++
31 LDFLAGS =
32 CORELDFLAGS = -rdynamic -L. $(LDFLAGS)
33 @@ -76,7 +76,7 @@
34 + MYCXXFLAGS += -Wshadow
35 @ELSE
36 - CXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute -Wall
37 -+ MYCXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute -Wall
38 ++ MYCXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute
39 @ENDIF