# HG changeset patch # User Volker Grabsch # Date 1272361567 -7200 # Node ID 11da26470d14a783c8069e4943cbd5983f9598eb # Parent 1f9305666d748d719aea285a79614d3789ca916c bugfix for package gtk (by Tony Theodore) diff -r 1f9305666d74 -r 11da26470d14 src/gtk.mk --- 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 \