diff options
Diffstat (limited to 'math/sage/files')
-rw-r--r-- | math/sage/files/patch-build_pkgs_git_spkg-install | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/math/sage/files/patch-build_pkgs_git_spkg-install b/math/sage/files/patch-build_pkgs_git_spkg-install index 4b03d3fcc578..61e0c8d4411a 100644 --- a/math/sage/files/patch-build_pkgs_git_spkg-install +++ b/math/sage/files/patch-build_pkgs_git_spkg-install @@ -1,6 +1,16 @@ ---- build/pkgs/git/spkg-install.bak 2015-02-17 00:15:08.000000000 +0000 -+++ build/pkgs/git/spkg-install 2015-03-27 02:33:07.652231000 +0000 -@@ -77,7 +77,7 @@ +--- build/pkgs/git/spkg-install.orig 2015-05-17 22:46:55.000000000 +0000 ++++ build/pkgs/git/spkg-install 2015-05-24 22:10:32.517077000 +0000 +@@ -69,7 +69,8 @@ + --libexecdir="$SAGE_LOCAL"/libexec \ + --with-python="$SAGE_LOCAL"/bin/python \ + --without-tcltk \ +- --with-sane-tool-path= ++ --with-sane-tool-path= \ ++ --with-perl=$PERL + if [ $? -ne 0 ]; then + echo >&2 "Error configuring git." + exit 1 +@@ -77,7 +78,7 @@ echo "Building git..." |