diff options
| author | Alexis Praga <alexis.praga@proton.me> | 2023-12-16 22:45:07 +0100 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-17 22:45:44 +0100 |
| commit | c23941b5005c3f3e91a9550c6523bd0776ca6f02 (patch) | |
| tree | 9d59bc812728fcdc69476a5d8cb8b37edf6e906b /dev-lang/julia/files/julia-1.9.4-string-replace.patch | |
| parent | 15ee220887f312486d987898796f3242dc9a92ce (diff) | |
| download | gentoo-c23941b5005c3f3e91a9550c6523bd0776ca6f02.tar.gz gentoo-c23941b5005c3f3e91a9550c6523bd0776ca6f02.tar.bz2 gentoo-c23941b5005c3f3e91a9550c6523bd0776ca6f02.zip | |
dev-lang/julia: adding new version 1.9.4
Signed-off-by: Alexis Praga <alexis.praga@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34314
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/julia/files/julia-1.9.4-string-replace.patch')
| -rw-r--r-- | dev-lang/julia/files/julia-1.9.4-string-replace.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 + + |
