changeset 913:11da26470d14

bugfix for package gtk (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 27 Apr 2010 11:46:07 +0200
parents 1f9305666d74
children ea9734b40ea5
files src/gtk.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtk.mk	Mon Apr 26 18:15:56 2010 +0200
+++ b/src/gtk.mk	Tue Apr 27 11:46:07 2010 +0200
@@ -33,7 +33,7 @@
     $(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 \