summaryrefslogtreecommitdiffhomepage
path: root/patches/toilet_pre.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 18:34:36 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 18:34:36 +0000
commitdef55a0abe8c61b857c4bc021500bf52abd65a61 (patch)
treefd6b334116c47bacfd663964f130a38e2e3a58b4 /patches/toilet_pre.local.patch
parentbabea71bdc83c61191a3d0c4d93d35de439c85d1 (diff)
downloadmidipix_build-def55a0abe8c61b857c4bc021500bf52abd65a61.tar.bz2
midipix_build-def55a0abe8c61b857c4bc021500bf52abd65a61.tar.xz
patches/{libcaca,toilet}_pre.local.patch: use $PKG_CONFIG vs. pkg-config.
subr/pkg_configure_autotools.subr: export ${PKG_CONFIG{,_PATH}}.
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