summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-11-30 11:13:21 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-11-30 11:13:21 (GMT)
commitb414605943c1598b09d167c001ed644a0c301cc5 (patch)
tree80351349de2ce06fd03564c4d31f05384db3cd87 /src/openexr.mk
parent1bdeea2e50ab6adbfe4574b4427c567d8308c807 (diff)
downloadmxe-b414605943c1598b09d167c001ed644a0c301cc5.zip
mxe-b414605943c1598b09d167c001ed644a0c301cc5.tar.gz
mxe-b414605943c1598b09d167c001ed644a0c301cc5.tar.bz2
package openexr: fix for outdated config files in native ilmbase build
Diffstat (limited to 'src/openexr.mk')
-rw-r--r--src/openexr.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index f0d81f0..d0394bf 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -24,7 +24,9 @@ define $(PKG)_BUILD
cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,ilmbase)
$(foreach PKG_PATCH,$(sort $(wildcard $(TOP_DIR)/src/ilmbase-*.patch)),
(cd '$(1)/$(ilmbase_SUBDIR)' && $(PATCH) -p1 -u) < $(PKG_PATCH))
+ echo 'echo $1' > '$(1)/$(ilmbase_SUBDIR)/config.sub'
cd '$(1)/$(ilmbase_SUBDIR)' && $(SHELL) ./configure \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(1)/ilmbase' \
--enable-threading=no \