wine fix for package gtkglext (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-05-19 20:59:36 +02:00
parent 10d4d10c52
commit a63b9fe4dd
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ endef
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)' \