diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-09 22:00:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-10 14:21:24 +0100 |
commit | 92fac902420a3f17bc75c39f10f72b78b8fb8bbb (patch) | |
tree | 2065342cb78b56d58b5219cd8ad48d84d5e2d024 /community/julia/0008-ldconfig-compat.patch | |
parent | 67223a28867346a9c2f27916410b0da7e61819cf (diff) | |
download | aports-92fac902420a3f17bc75c39f10f72b78b8fb8bbb.tar.bz2 aports-92fac902420a3f17bc75c39f10f72b78b8fb8bbb.tar.xz |
community/julia: upgrade to 0.6.2
Diffstat (limited to 'community/julia/0008-ldconfig-compat.patch')
-rw-r--r-- | community/julia/0008-ldconfig-compat.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/julia/0008-ldconfig-compat.patch b/community/julia/0008-ldconfig-compat.patch index 1d5fcd988b..d02237714e 100644 --- a/community/julia/0008-ldconfig-compat.patch +++ b/community/julia/0008-ldconfig-compat.patch @@ -13,7 +13,7 @@ See https://github.com/JuliaLang/julia/issues/6742. --- a/src/runtime_ccall.cpp +++ b/src/runtime_ccall.cpp -@@ -30,7 +30,7 @@ +@@ -31,7 +31,7 @@ char *line=NULL; size_t sz=0; #if defined(__linux__) |