Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/calcurse/files: calcurse-2.1-cflags.patch
Date: Sat, 25 Oct 2008 12:51:26
Message-Id: E1Ktibz-0006rZ-To@stork.gentoo.org
1 cedk 08/10/25 12:51:23
2
3 Added: calcurse-2.1-cflags.patch
4 Log:
5 Fix CFLAGS for bug #240119 and add missing IUSE
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.1 app-office/calcurse/files/calcurse-2.1-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/files/calcurse-2.1-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/files/calcurse-2.1-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: calcurse-2.1-cflags.patch
15 ===================================================================
16 diff -ru calcurse-2.1~/configure.ac calcurse-2.1/configure.ac
17 --- calcurse-2.1~/configure.ac 2008-10-25 14:41:09.000000000 +0200
18 +++ calcurse-2.1/configure.ac 2008-10-25 14:41:51.000000000 +0200
19 @@ -56,7 +56,7 @@
20 #-------------------------------------------------------------------------------
21 # Compilation options
22 #-------------------------------------------------------------------------------
23 -CFLAGS="-O2 -Wall -g"
24 +CFLAGS += "-Wall -g"
25 #-------------------------------------------------------------------------------
26 # Create Makefiles
27 #-------------------------------------------------------------------------------