Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ed/files: ed-1.0-build.patch
Date: Wed, 31 Dec 2008 09:38:20
Message-Id: E1LHxWs-0001Ro-Oz@stork.gentoo.org
1 vapier 08/12/31 09:38:18
2
3 Modified: ed-1.0-build.patch
4 Log:
5 fix typo
6
7 Revision Changes Path
8 1.3 sys-apps/ed/files/ed-1.0-build.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/files/ed-1.0-build.patch?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/files/ed-1.0-build.patch?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ed/files/ed-1.0-build.patch?r1=1.2&r2=1.3
13
14 Index: ed-1.0-build.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/files/ed-1.0-build.patch,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- ed-1.0-build.patch 31 Dec 2008 09:16:52 -0000 1.2
21 +++ ed-1.0-build.patch 31 Dec 2008 09:38:18 -0000 1.3
22 @@ -52,7 +52,7 @@
23 +if [ x"${CFLAGS+set}" != xset ] ; then
24 + CFLAGS='-Wall -W -O2'
25 +fi
26 -+if [ x"${CXXFLAGS+set}" = xset ] ; then
27 ++if [ x"${CXXFLAGS+set}" != xset ] ; then
28 + CXXFLAGS='-Wall -W -O2'
29 +fi
30 +