summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-06-02 18:45:48 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-06-02 18:45:48 (GMT)
commit013f5fb12b3f8e98fe94b379b36a68573fabc18a (patch)
tree3af563a4cea724aefa9839c93548922aecb444c4
parent0931f4704b353b35ab8ab1fbaecd1f58276f663d (diff)
downloadmxe-013f5fb12b3f8e98fe94b379b36a68573fabc18a.zip
mxe-013f5fb12b3f8e98fe94b379b36a68573fabc18a.tar.gz
mxe-013f5fb12b3f8e98fe94b379b36a68573fabc18a.tar.bz2
bugfix for package openexr: ensure that ./configure uses the correct *-pkg-config
-rw-r--r--src/openexr.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index 9c71931..f4b57fd 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -40,7 +40,8 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--disable-threading \
--disable-posix-sem \
- --disable-ilmbasetest
+ --disable-ilmbasetest \
+ PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config'
# build the code generator manually
cd '$(1)/IlmImf' && g++ \
-I'$(1)/ilmbase/include/OpenEXR' \