aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb-tools/fix-build.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-26 20:38:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-26 21:49:22 +0100
commitc2f08f65b89e1c358a8650b6d1eab96a87877a54 (patch)
treefd192b6d53bb5f7e569bb99b843404f8a638b7e1 /community/mongodb-tools/fix-build.patch
parent5bd8435b3318741b81dc83e853ffbb637b5940ad (diff)
downloadaports-c2f08f65b89e1c358a8650b6d1eab96a87877a54.tar.bz2
aports-c2f08f65b89e1c358a8650b6d1eab96a87877a54.tar.xz
community/mongodb-tools: move from non-free
Turns out it is actually Apache-2.0 and doesn't depend on mongodb itself. fixes #10994
Diffstat (limited to 'community/mongodb-tools/fix-build.patch')
-rw-r--r--community/mongodb-tools/fix-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/mongodb-tools/fix-build.patch b/community/mongodb-tools/fix-build.patch
new file mode 100644
index 0000000000..4913d8caa6
--- /dev/null
+++ b/community/mongodb-tools/fix-build.patch
@@ -0,0 +1,13 @@
+--- mongo-tools-r3.4.3/build.sh.orig
++++ mongo-tools-r3.4.3/build.sh
+@@ -7,8 +7,8 @@
+ fi
+
+ # make sure we're in the directory where the script lives
+-SCRIPT_DIR="$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)"
+-cd $SCRIPT_DIR
++#SCRIPT_DIR="$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)"
++#cd $SCRIPT_DIR
+
+ sed -i.bak -e "s/built-without-version-string/$(git describe)/" \
+ -e "s/built-without-git-spec/$(git rev-parse HEAD)/" \