Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:opencl commit in: media-libs/mesa/files/
Date: Sun, 03 Jun 2012 10:42:31
Message-Id: 1338720009.026322d57e6871201b83e058cb5541225c534555.alexxy@gentoo
1 commit: 026322d57e6871201b83e058cb5541225c534555
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 10:40:09 2012 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 10:40:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=026322d5
7
8 fix patch
9
10 (Portage version: 2.2.0_alpha109/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 ...building-and-add-standart-locations-for-l.patch | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/media-libs/mesa/files/0003-clover-fix-building-and-add-standart-locations-for-l.patch b/media-libs/mesa/files/0003-clover-fix-building-and-add-standart-locations-for-l.patch
17 index 3a78505..0913eb7 100644
18 --- a/media-libs/mesa/files/0003-clover-fix-building-and-add-standart-locations-for-l.patch
19 +++ b/media-libs/mesa/files/0003-clover-fix-building-and-add-standart-locations-for-l.patch
20 @@ -27,7 +27,7 @@ index 27276bc..78c8670 100644
21
22 // Link the kernel with libclc
23 - linker.LinkInFile(llvm::sys::Path(LIBCLC_PATH + triple + "/lib/builtins.bc"), isNative);
24 -+ linker.LinkInFile(llvm::sys::Path(LIBCLC_PATH + "/lib/clc/" +triple + "/builtins.bc"), isNative);
25 ++ linker.LinkInFile(llvm::sys::Path(LIBCLC_PATH + ("/lib/clc/" + triple + "/builtins.bc")), isNative);
26 mod = linker.releaseModule();
27
28 // Run link time optimizations