summaryrefslogtreecommitdiff
path: root/packages/htools/pkgconf/vars.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/htools/pkgconf/vars.mk')
-rw-r--r--packages/htools/pkgconf/vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/htools/pkgconf/vars.mk b/packages/htools/pkgconf/vars.mk
index 0d93fac..63c0963 100644
--- a/packages/htools/pkgconf/vars.mk
+++ b/packages/htools/pkgconf/vars.mk
@@ -16,6 +16,7 @@ __EMBTK_HOST_PKG_CONFIG_PATH += /usr/lib/pkgconfig/ /usr/share/pkgconfig/
__EMBTK_HOST_PKG_CONFIG_PATH += /usr/local/lib/pkgconfig/ /usr/local/share/pkgconfig/
__EMBTK_HOST_PKG_CONFIG_PATH += $(dir $(shell find /usr/lib -type f -name '*.pc' 2>/dev/null))
__EMBTK_HOST_PKG_CONFIG_PATH += $(dir $(shell find /usr/local/lib -type f -name '*.pc' 2>/dev/null))
+__EMBTK_HOST_PKG_CONFIG_PATH += $(dir $(shell find /opt/local -type f -name '*.pc' 2>/dev/null))
EMBTK_HOST_PKG_CONFIG_PATH := $(subst $(embtk_space),:,$(sort $(__EMBTK_HOST_PKG_CONFIG_PATH)))
export EMBTK_HOST_PKG_CONFIG_PATH