summaryrefslogtreecommitdiffhomepage
path: root/patches/toilet_pre.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/toilet_pre.local.patch')
-rw-r--r--patches/toilet_pre.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/toilet_pre.local.patch b/patches/toilet_pre.local.patch
new file mode 100644
index 00000000..2150c1d4
--- /dev/null
+++ b/patches/toilet_pre.local.patch
@@ -0,0 +1,11 @@
+--- toilet/bootstrap.orig 2020-02-09 18:15:11.505838202 +0000
++++ toilet/bootstrap 2020-02-09 18:33:37.270453498 +0000
+@@ -84,7 +84,7 @@
+
+ # Check for pkg-config
+ if test "$pkgconfig" = "yes"; then
+- if ! pkg-config --version >/dev/null 2>&1; then
++ if ! $PKG_CONFIG --version >/dev/null 2>&1; then
+ echo "$0: pkg-config not found"
+ exit 1
+ fi