summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2018-06-13 01:45:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2018-06-13 01:45:02 +0000
commit37690aa05de0ca9664daff257927411ec3115b02 (patch)
tree69a1bfc6b8733c5e2fbd6dcb114d52a6d9d87765 /lang/julia/files/patch-Makefile
parentprint/harfbuzz: update to 1.8.1 (diff)
- Update to 0.6.3
PR: 228933 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=472276
Diffstat (limited to 'lang/julia/files/patch-Makefile')
-rw-r--r--lang/julia/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/julia/files/patch-Makefile b/lang/julia/files/patch-Makefile
index f8824c92ce41..d3816ff4528c 100644
--- a/lang/julia/files/patch-Makefile
+++ b/lang/julia/files/patch-Makefile
@@ -60,7 +60,7 @@
install_name_tool -rpath @executable_path/$(build_private_libdir_rel) @executable_path/$(private_libdir_rel) $$julia; \
install_name_tool -add_rpath @executable_path/$(build_libdir_rel) @executable_path/$(libdir_rel) $$julia; \
done
--else ifeq ($(OS), Linux)
+-else ifneq (,$(findstring $(OS),Linux FreeBSD))
+else
for julia in $(DESTDIR)$(bindir)/julia* ; do \
patchelf --set-rpath '$$ORIGIN/$(private_libdir_rel):$$ORIGIN/$(libdir_rel)' $$julia; \