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-arch/pbzip2/files: pbzip2-1.1.9-makefile.patch
Date: Sat, 03 May 2014 08:20:20
Message-Id: 20140503082017.447FC2004E@flycatcher.gentoo.org
1 radhermit 14/05/03 08:20:17
2
3 Added: pbzip2-1.1.9-makefile.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/files/pbzip2-1.1.9-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: pbzip2-1.1.9-makefile.patch
16 ===================================================================
17 --- pbzip2-1.1.9/Makefile
18 +++ pbzip2-1.1.9/Makefile
19 @@ -3,7 +3,7 @@
20
21
22 # Compiler to use
23 -CXX = g++
24 +#CXX = g++
25
26
27 # Thread-related flags
28 @@ -17,7 +17,7 @@
29
30
31 # Optimization flags
32 -CXXFLAGS = -O2
33 +#CXXFLAGS = -O2
34
35 #CXXFLAGS += -g -Wall
36 #CXXFLAGS += -ansi
37 @@ -50,7 +50,7 @@
38
39
40 # Linker flags
41 -LDFLAGS =
42 +#LDFLAGS =
43
44
45 # External libraries