diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-06-13 01:45:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-06-13 01:45:02 +0000 |
commit | 37690aa05de0ca9664daff257927411ec3115b02 (patch) | |
tree | 69a1bfc6b8733c5e2fbd6dcb114d52a6d9d87765 /lang/julia/files/patch-Makefile | |
parent | print/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-Makefile | 2 |
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; \ |