wine fix for package lcms (by Martin Lambers)

This commit is contained in:
Volker Grabsch 2010-01-12 20:55:10 +01:00
parent 6a92abc486
commit a1aee03d5b
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure'
cd '$(1)' && ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' \