summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-12 12:30:09 +0000
committermidipix <writeonce@midipix.org>2021-06-12 12:30:48 +0000
commit68f9723bb8edb16fc678cc3a65841ff08385d10f (patch)
treeb90859b99ace0948ee0241318d7197284cb026fd
parent30b32213d2fb48721a04a09b9ddec30db7eb83fb (diff)
downloadu16ports-68f9723bb8edb16fc678cc3a65841ff08385d10f.tar.bz2
u16ports-68f9723bb8edb16fc678cc3a65841ff08385d10f.tar.xz
build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback.
-rw-r--r--sofort/ccenv/ccenv.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index d98e87e..99a98ef 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -208,6 +208,9 @@ ccenv_set_primary_tools()
ccenv_candidates="$ccenv_candidates gcc-$__tool"
ccenv_candidates="$ccenv_candidates llvm-$__tool"
+ elif [ "$__tool" = 'pkgconf' ]; then
+ ccenv_candidates="$__tool pkg-config"
+
else
ccenv_candidates="$__tool"
ccenv_candidates="$ccenv_candidates gcc-$__tool"