]> git.armaanb.net Git - asd-repo.git/blob - extra/libvpx/patches/fix-busybox-diff.patch
gmake: new package at 4.3
[asd-repo.git] / extra / libvpx / patches / fix-busybox-diff.patch
1 diff --git a/configure b/configure
2 index e5a74c6..11f660d 100755
3 --- a/configure
4 +++ b/configure
5 @@ -170,7 +170,7 @@ for t in ${all_targets}; do
6      [ -f "${source_path}/${t}.mk" ] && enable_feature ${t}
7  done
8  
9 -if ! diff --version >/dev/null; then
10 +if ! command -v diff >/dev/null; then
11    die "diff missing: Try installing diffutils via your package manager."
12  fi
13