diff options
Diffstat (limited to 'dev-lang/julia/files/julia-0.2.1-patchelf.patch')
-rw-r--r-- | dev-lang/julia/files/julia-0.2.1-patchelf.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lang/julia/files/julia-0.2.1-patchelf.patch b/dev-lang/julia/files/julia-0.2.1-patchelf.patch new file mode 100644 index 000000000000..663cf04b77db --- /dev/null +++ b/dev-lang/julia/files/julia-0.2.1-patchelf.patch @@ -0,0 +1,16 @@ +--- deps/Makefile 2014-06-25 15:57:04.618463213 +0800 ++++ deps/Makefile.new 2014-06-25 16:06:36.342318418 +0800 +@@ -42,14 +42,7 @@ + endif + endif + +-ifeq ($(OS), Linux) +-ifneq ($(shell patchelf --version 2>/dev/null), patchelf 0.6) +-STAGE1_DEPS += patchelf +-PATCHELF=$(BUILD)/bin/patchelf +-else + PATCHELF=patchelf +-endif +-endif + + ## USE_SYSTEM_LIBS options |