# HG changeset patch # User Volker Grabsch # Date 1265711566 -3600 # Node ID a22a99b45c2e62547ee7f84a3d7e77f7c31a47ff # Parent bfc3a4937bcbed802ea19f805ba18751ffccb01d remove a bugfix that isn't needed anymore because we require pkg-config >= 0.16 on the build system diff -r bfc3a4937bcb -r a22a99b45c2e src/glib.mk --- a/src/glib.mk Tue Feb 09 01:06:53 2010 +0100 +++ b/src/glib.mk Tue Feb 09 11:32:46 2010 +0100 @@ -24,7 +24,6 @@ # native build for glib-genmarshal, without pkg-config, gettext and zlib cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,glib) mv '$(1)/$(glib_SUBDIR)' '$(1).native' - $(SED) 's,^PKG_CONFIG=.*,PKG_CONFIG=echo,' -i '$(1).native/configure' $(SED) 's,gt_cv_have_gettext=yes,gt_cv_have_gettext=no,' -i '$(1).native/configure' $(SED) '/You must.*have gettext/,/exit 1;/ s,.*exit 1;.*,},' -i '$(1).native/configure' $(SED) 's,found_zlib=no,found_zlib=yes,' -i '$(1).native/configure'