Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ytree/files: ytree-1.92-support-cflags.patch
Date: Sat, 31 Jan 2009 20:02:22
Message-Id: E1LTM2l-0003De-MG@stork.gentoo.org
1 jokey 09/01/31 20:02:19
2
3 Added: ytree-1.92-support-cflags.patch
4 Log:
5 Add cflag support for bug #240085
6 (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 app-misc/ytree/files/ytree-1.92-support-cflags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/files/ytree-1.92-support-cflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/files/ytree-1.92-support-cflags.patch?rev=1.1&content-type=text/plain
13
14 Index: ytree-1.92-support-cflags.patch
15 ===================================================================
16 diff -urN ./ytree-1.92.orig/Makefile ./ytree-1.92/Makefile
17 --- ./ytree-1.92.orig/Makefile 2009-01-31 20:57:46.000000000 +0100
18 +++ ./ytree-1.92/Makefile 2009-01-31 20:58:11.000000000 +0100
19 @@ -32,7 +32,7 @@
20 COLOR = -DCOLOR_SUPPORT
21 CLOCK = -DCLOCK_SUPPORT # Experimental!
22 READLINE = -DREADLINE_SUPPORT
23 -CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
24 +CFLAGS += -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
25 LDFLAGS = -lncurses -lreadline
26
27 ###########################