summaryrefslogtreecommitdiff
path: root/math/sage/files
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2015-03-27 12:20:28 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2015-03-27 12:20:28 +0000
commit9054b284dfbb63dce40647f5f4a8804a1c7f622a (patch)
tree33a49f8a84e99de7fdba02697cd483ad08f9228c /math/sage/files
parentAdd oozie pseudo-user for the upcoming Apache Oozie port. (diff)
- Reimplement revision 382199.
Notes
Notes: svn path=/head/; revision=382399
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