ports/devel/libbrotli/files/patch-autogen.sh
2016-02-13 11:35:31 +00:00

17 lines
343 B
Bash

--- autogen.sh.orig 2016-01-20 21:31:42 UTC
+++ autogen.sh
@@ -6,14 +6,6 @@ if test $? -ne 0; then
exit 1
fi
-GIT=`which git 2>/dev/null`
-if test $? -ne 0; then
- echo "No 'git' found. You must install the git package."
- exit 1
-fi
-
-$GIT submodule init
-$GIT submodule update
# create m4 before autoreconf
mkdir m4 2>/dev/null