From b0dd877ec8efeefe163bda16f88b6ef7a0b11062 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 27 Apr 2010 11:46:07 +0200 Subject: bugfix for package gtk (by Tony Theodore) --- src/gtk.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v0.12