changeset 986:73644e566f03

wine fix for package gtkglext (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 19 May 2010 20:59:36 +0200
parents 3678e84e0238
children 77ef614fd370
files src/gtkglext.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)' \