wine fix for package imagemagick

This commit is contained in:
Volker Grabsch 2010-10-05 22:58:21 +02:00
parent ddbe096143
commit 240b80e1e4
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ 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'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \