# HG changeset patch # User Volker Grabsch # Date 1241521023 -7200 # Node ID 8a4c40b9ce3c498b2500cb36649c8199791f2bd3 # Parent 5061f65fe3b24c892505a01ff5f0f21bde56e988 fix for systems where wine confuses the cross-compiling detection of ./configure diff -r 5061f65fe3b2 -r 8a4c40b9ce3c src/pango.mk --- a/src/pango.mk Tue May 05 11:05:51 2009 +0200 +++ b/src/pango.mk Tue May 05 12:57:03 2009 +0200 @@ -22,6 +22,8 @@ $(SED) 's,enable_static=no,enable_static=yes,' -i '$(1)/configure' $(SED) 's,enable_shared=yes,enable_shared=no,' -i '$(1)/configure' $(SED) 's,^install-data-local:.*,install-data-local:,' -i '$(1)/modules/Makefile.in' + # wine confuses the cross-compiling detection, so set it explicitly + $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \