From c23941b5005c3f3e91a9550c6523bd0776ca6f02 Mon Sep 17 00:00:00 2001 From: Alexis Praga Date: Sat, 16 Dec 2023 22:45:07 +0100 Subject: dev-lang/julia: adding new version 1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Praga Closes: https://github.com/gentoo/gentoo/pull/34314 Signed-off-by: Maciej Barć --- dev-lang/julia/files/julia-1.9.4-string-replace.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-lang/julia/files/julia-1.9.4-string-replace.patch (limited to 'dev-lang/julia/files/julia-1.9.4-string-replace.patch') diff --git a/dev-lang/julia/files/julia-1.9.4-string-replace.patch b/dev-lang/julia/files/julia-1.9.4-string-replace.patch new file mode 100644 index 000000000000..7f5497bdac8f --- /dev/null +++ b/dev-lang/julia/files/julia-1.9.4-string-replace.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index c742a9f..a38edee 100644 +--- a/Makefile ++++ b/Makefile +@@ -232,7 +232,7 @@ endif + # Note that we disable MSYS2's path munging here, as otherwise + # it replaces our `:`-separated list as a `;`-separated one. + define stringreplace +- MSYS2_ARG_CONV_EXCL='*' $(build_depsbindir)/stringreplace $$(strings -t x - '$1' | grep "$2" | awk '{print $$1;}') "$3" 255 "$(call cygpath_w,$1)" ++ MSYS2_ARG_CONV_EXCL='*' $(build_depsbindir)/stringreplace $$(strings -t x - "$1" | grep "$2" | awk '{print $$1;}') "$3" 255 "$(call cygpath_w,$1)" + endef + + -- cgit v1.2.3