summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-01 01:26:09 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-01 01:26:09 (GMT)
commit78ccfaaa6503d81ae2a1166ea455ac722647de8f (patch)
tree4490ccf7607998eb805bf81bb48d34d5c9c2184d /src/pango.mk
parent15da76cfb3242059fde1d65a19823b005b39963e (diff)
downloadmxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.zip
mxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.tar.gz
mxe-78ccfaaa6503d81ae2a1166ea455ac722647de8f.tar.bz2
corrected library dependencies and disabled dangling DLL stuff in packages atk, cairo, fontconfig, glib, gtk and pango
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pango.mk b/src/pango.mk
index a4d9d66..7e68282 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -16,6 +16,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ sed 's,DllMain,static _disabled_DllMain,' -i '$(1)/pango/pango-utils.c'
sed 's,"[^"]*must build as DLL[^"]*","(disabled warning)",' -i '$(1)/configure'
sed 's,enable_static=no,enable_static=yes,' -i '$(1)/configure'
sed 's,enable_shared=yes,enable_shared=no,' -i '$(1)/configure'