Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rezound/files: rezound-0.12.3_beta-m4.patch
Date: Fri, 20 Aug 2010 22:54:22
Message-Id: 20100820225418.6D5582004B@flycatcher.gentoo.org
1 ssuominen 10/08/20 22:54:18
2
3 Modified: rezound-0.12.3_beta-m4.patch
4 Log:
5 leave -g as it is
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/rezound/files/rezound-0.12.3_beta-m4.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch?r1=1.1&r2=1.2
14
15 Index: rezound-0.12.3_beta-m4.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/rezound/files/rezound-0.12.3_beta-m4.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rezound-0.12.3_beta-m4.patch 20 Aug 2010 22:38:07 -0000 1.1
22 +++ rezound-0.12.3_beta-m4.patch 20 Aug 2010 22:54:18 -0000 1.2
23 @@ -15,7 +15,7 @@
24 -ajv_CXX_FLAG(-Wno-unused-function)
25 -ajv_CXX_FLAG(-Wno-unused-variable)
26 -ajv_CXX_FLAG(-Wno-unused)
27 -+CXXFLAGS="$CXXFLAGS -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused"
28 ++CXXFLAGS="$CXXFLAGS -g -Wall -Wno-unused-function -Wno-unused-variable -Wno-unused"