changeset 1854:31ae8c15001e

bugfix for package openexr: ensure that ./configure uses the correct *-pkg-config
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 02 Jun 2011 20:45:48 +0200
parents ec0fad95841c
children c1ab0d866125 cc4da17746e8
files src/openexr.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/openexr.mk	Thu Jun 02 20:13:31 2011 +0200
+++ b/src/openexr.mk	Thu Jun 02 20:45:48 2011 +0200
@@ -40,7 +40,8 @@
         --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' \