summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-04-27 09:46:07 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-04-27 09:46:07 (GMT)
commitb0dd877ec8efeefe163bda16f88b6ef7a0b11062 (patch)
treeb63ab93011741884d4272a69f87a66b0268258cb
parentd2ce4901e83cd872ae019e495ab8b49077f9f455 (diff)
downloadmxe-b0dd877ec8efeefe163bda16f88b6ef7a0b11062.zip
mxe-b0dd877ec8efeefe163bda16f88b6ef7a0b11062.tar.gz
mxe-b0dd877ec8efeefe163bda16f88b6ef7a0b11062.tar.bz2
bugfix for package gtk (by Tony Theodore)
-rw-r--r--src/gtk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk.mk b/src/gtk.mk
index faa2f6a..2a94fea 100644
--- a/src/gtk.mk
+++ b/src/gtk.mk
@@ -33,7 +33,7 @@ define $(PKG)_BUILD
$(SED) -i 's,enable_shared=yes,enable_shared=no,' '$(1)/configure'
$(SED) -i 's,\(STATIC_LIB_DEPS="[^"]*\) \$$LIBJASPER,\1 $$LIBJASPER $$LIBJPEG,' '$(1)/configure'
$(SED) -i 's/-Wl,-luuid/-luuid/' '$(1)/configure'
- $(SED) -i 's/gio-unix/gio-windows/' '$(1)/configure'
+ $(SED) -i 's/gio-unix/gio/' '$(1)/configure'
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \