# HG changeset patch # User Volker Grabsch # Date 1274295576 -7200 # Node ID 73644e566f034ce7bf67f6412f0e3d6572d2ecf2 # Parent 3678e84e023850d7c946d74ffba301b743f03d78 wine fix for package gtkglext (by Tony Theodore) diff -r 3678e84e0238 -r 73644e566f03 src/gtkglext.mk --- a/src/gtkglext.mk Wed May 19 20:31:45 2010 +0200 +++ b/src/gtkglext.mk Wed May 19 20:59:36 2010 +0200 @@ -22,6 +22,8 @@ define $(PKG)_BUILD cd '$(1)' && autoconf + # 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)' \