# HG changeset patch # User Volker Grabsch # Date 1286312301 -7200 # Node ID 9edb1741ce928612a5c000d2d925152e06f3eb45 # Parent c07e54eabf731a07298c785d6e25d3d6834efdb9 wine fix for package imagemagick diff -r c07e54eabf73 -r 9edb1741ce92 src/imagemagick.mk --- a/src/imagemagick.mk Tue Oct 05 18:43:07 2010 +0200 +++ b/src/imagemagick.mk Tue Oct 05 22:58:21 2010 +0200 @@ -19,6 +19,8 @@ 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)' \