summaryrefslogtreecommitdiffstats
path: root/src/pangomm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pangomm.mk')
-rw-r--r--src/pangomm.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pangomm.mk b/src/pangomm.mk
index 1ee8b2b..919c707 100644
--- a/src/pangomm.mk
+++ b/src/pangomm.mk
@@ -20,10 +20,9 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- # 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`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
MAKE=$(MAKE)