Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/julia/files: julia-0.2.1-patchelf.patch
Date: Wed, 25 Jun 2014 08:09:42
Message-Id: 20140625080938.222972004E@flycatcher.gentoo.org
1 patrick 14/06/25 08:09:38
2
3 Added: julia-0.2.1-patchelf.patch
4 Log:
5 Fix patchelf detection #515058
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-lang/julia/files/julia-0.2.1-patchelf.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-patchelf.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/julia/files/julia-0.2.1-patchelf.patch?rev=1.1&content-type=text/plain
14
15 Index: julia-0.2.1-patchelf.patch
16 ===================================================================
17 --- deps/Makefile 2014-06-25 15:57:04.618463213 +0800
18 +++ deps/Makefile.new 2014-06-25 16:06:36.342318418 +0800
19 @@ -42,14 +42,7 @@
20 endif
21 endif
22
23 -ifeq ($(OS), Linux)
24 -ifneq ($(shell patchelf --version 2>/dev/null), patchelf 0.6)
25 -STAGE1_DEPS += patchelf
26 -PATCHELF=$(BUILD)/bin/patchelf
27 -else
28 PATCHELF=patchelf
29 -endif
30 -endif
31
32 ## USE_SYSTEM_LIBS options