Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tmux/files: tmux-1.9a-flags.patch
Date: Tue, 25 Feb 2014 07:00:45
Message-Id: 20140225070037.8A70B2004C@flycatcher.gentoo.org
1 radhermit 14/02/25 07:00:37
2
3 Added: tmux-1.9a-flags.patch
4 Log:
5 Version bump (bug #502004).
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 app-misc/tmux/files/tmux-1.9a-flags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/files/tmux-1.9a-flags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/files/tmux-1.9a-flags.patch?rev=1.1&content-type=text/plain
14
15 Index: tmux-1.9a-flags.patch
16 ===================================================================
17 --- tmux-1.9a/Makefile.am
18 +++ tmux-1.9a/Makefile.am
19 @@ -27,23 +27,20 @@
20 if IS_GCC
21 CFLAGS += -std=gnu99
22 if IS_DEBUG
23 -CFLAGS += -O0 -g
24 CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
25 CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
26 CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
27 CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align
28 CFLAGS += -Wdeclaration-after-statement
29 CPPFLAGS += -DDEBUG
30 -else
31 -CFLAGS += -O2
32 endif
33 if IS_GCC4
34 -CPPFLAGS += -iquote. -I/usr/local/include
35 +CPPFLAGS += -iquote.
36 if IS_DEBUG
37 CFLAGS += -Wno-pointer-sign
38 endif
39 else
40 -CPPFLAGS += -I. -I- -I/usr/local/include
41 +CPPFLAGS += -I. -I-
42 endif
43 endif