summaryrefslogtreecommitdiffstats
path: root/src/ilmbase.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:38:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-07 09:38:12 (GMT)
commit38e0574b2da33c8d4d1ea0deac1eb5bc4d092397 (patch)
tree0fdba27f002686178e4344831571bc8a85f9fd85 /src/ilmbase.mk
parent1bc9c4d6307c9594c6c7e2560c5b88a1390186b1 (diff)
parentee1ed3688beb1141b2a6cf73b0374eb6084fc70a (diff)
downloadmxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.zip
mxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.tar.gz
mxe-38e0574b2da33c8d4d1ea0deac1eb5bc4d092397.tar.bz2
merge
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r--src/ilmbase.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index 1747b9e..6da520f 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -20,8 +20,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- # wine confuses the cross-compiling detection, so set it explicitly
- $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
# build the win32 thread sources instead of the posix thread sources
$(SED) -i 's,IlmThreadPosix\.,IlmThreadWin32.,' '$(1)/IlmThread/Makefile.in'
$(SED) -i 's,IlmThreadSemaphorePosix\.,IlmThreadSemaphoreWin32.,' '$(1)/IlmThread/Makefile.in'
@@ -31,6 +29,7 @@ define $(PKG)_BUILD
# threading. It will just disable the unwanted check for pthread.
cd '$(1)' && $(SHELL) ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-threading \