summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pango.mk b/src/pango.mk
index 8e69961..84f78d6 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -22,6 +22,8 @@ define $(PKG)_BUILD
$(SED) 's,enable_static=no,enable_static=yes,' -i '$(1)/configure'
$(SED) 's,enable_shared=yes,enable_shared=no,' -i '$(1)/configure'
$(SED) 's,^install-data-local:.*,install-data-local:,' -i '$(1)/modules/Makefile.in'
+ # wine confuses the cross-compiling detection, so set it explicitly
+ $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \