summaryrefslogtreecommitdiff
path: root/math/sage/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/sage/files')
-rw-r--r--math/sage/files/patch-build_pkgs_git_spkg-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/sage/files/patch-build_pkgs_git_spkg-install b/math/sage/files/patch-build_pkgs_git_spkg-install
new file mode 100644
index 000000000000..4b03d3fcc578
--- /dev/null
+++ b/math/sage/files/patch-build_pkgs_git_spkg-install
@@ -0,0 +1,11 @@
+--- 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 @@
+
+
+ echo "Building git..."
+-$MAKE $gettext
++$MAKE PTHREAD_LIBS=-lpthread $gettext
+ if [ $? -ne 0 ]; then
+ echo >&2 "Error building git."
+ exit 1