# HG changeset patch # User Tony Theodore # Date 1286261803 -39600 # Node ID 573d85563baaff674bc46c9376dc8ac7692aa656 # Parent 2cd4b53d10bbbe3e0bca8220b46633950eab304a bugfix for lame: wine confuses the cross-compilation detection diff -r 2cd4b53d10bb -r 573d85563baa src/lame.mk --- a/src/lame.mk Tue Oct 05 15:23:21 2010 +1100 +++ b/src/lame.mk Tue Oct 05 17:56:43 2010 +1100 @@ -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)' \