summaryrefslogtreecommitdiffstats
path: root/src/gtkglext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkglext.mk')
-rw-r--r--src/gtkglext.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtkglext.mk b/src/gtkglext.mk
index 9260d42..d598612 100644
--- a/src/gtkglext.mk
+++ b/src/gtkglext.mk
@@ -22,10 +22,9 @@ 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)' \
+ --build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-x \