diff options
Diffstat (limited to 'lang/julia/files/patch-Makefile')
-rw-r--r-- | lang/julia/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/julia/files/patch-Makefile b/lang/julia/files/patch-Makefile index d294118b6f98..b10c5bc24ccb 100644 --- a/lang/julia/files/patch-Makefile +++ b/lang/julia/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2022-05-18 05:08:54 UTC +--- Makefile.orig 2022-11-18 12:39:16 UTC +++ Makefile -@@ -226,7 +226,7 @@ define stringreplace +@@ -229,7 +229,7 @@ endef endef @@ -9,7 +9,7 @@ ifeq ($(BUNDLE_DEBUG_LIBS),1) @$(MAKE) $(QUIET_MAKE) all else -@@ -314,8 +314,6 @@ endif +@@ -317,8 +317,6 @@ endif cp -R -L $(JULIAHOME)/base/* $(DESTDIR)$(datarootdir)/julia/base cp -R -L $(JULIAHOME)/test/* $(DESTDIR)$(datarootdir)/julia/test cp -R -L $(build_datarootdir)/julia/* $(DESTDIR)$(datarootdir)/julia @@ -18,7 +18,7 @@ # Remove various files which should not be installed -rm -f $(DESTDIR)$(datarootdir)/julia/base/version_git.sh -rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile -@@ -325,12 +323,6 @@ endif +@@ -328,12 +326,6 @@ endif -rm -f $(DESTDIR)$(datarootdir)/julia/stdlib/$(VERSDIR)/*/build-checked # Copy in beautiful new man page $(INSTALL_F) $(build_man1dir)/julia.1 $(DESTDIR)$(man1dir)/ @@ -31,12 +31,12 @@ # Update RPATH entries and JL_SYSTEM_IMAGE_PATH if $(private_libdir_rel) != $(build_private_libdir_rel) ifneq ($(private_libdir_rel),$(build_private_libdir_rel)) -@@ -386,26 +378,15 @@ ifeq ($(BUNDLE_DEBUG_LIBS),1) +@@ -392,26 +384,15 @@ endif endif endif -- # On FreeBSD, remove the build's libdir from each library's RPATH -ifeq ($(OS),FreeBSD) +- # On FreeBSD, remove the build's libdir from each library's RPATH - $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(libdir) $(build_libdir) - $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(private_libdir) $(build_libdir) - $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(bindir) $(build_libdir) |