Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/bashmark/files: bashmark-0.6.2-as-needed.patch
Date: Fri, 12 Oct 2007 20:33:06
Message-Id: E1IgR2I-00008t-P6@stork.gentoo.org
1 genstef 07/10/12 20:23:06
2
3 Added: bashmark-0.6.2-as-needed.patch
4 Log:
5 as-needed fix thanks to Andrei Slavoiu <ansla80@×××××.com> in bug 195144
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.1 app-benchmarks/bashmark/files/bashmark-0.6.2-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/files/bashmark-0.6.2-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/bashmark/files/bashmark-0.6.2-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: bashmark-0.6.2-as-needed.patch
15 ===================================================================
16 diff -ru bashmark-0.6.2-orig/makefile bashmark-0.6.2/makefile
17 --- bashmark-0.6.2-orig/makefile 2007-10-08 23:01:06.000000000 +0300
18 +++ bashmark-0.6.2/makefile 2007-10-08 23:01:22.000000000 +0300
19 @@ -10,7 +10,7 @@
20 BIN = bashmark
21
22 $(BIN): $(OBJ)
23 - $(LD) $(LDFLAGS) $(CXXFLAGS) $(OBJ) -o $(BIN)
24 + $(LD) $(CXXFLAGS) $(OBJ) $(LDFLAGS) -o $(BIN)
25
26
27 Benchmark.o:
28
29
30
31 --
32 gentoo-commits@g.o mailing list