wine fix for package gtkglext (by Tony Theodore)

pull/13/head
Volker Grabsch 14 years ago
parent 10d4d10c52
commit a63b9fe4dd

@ -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)' \

Loading…
Cancel
Save