GNOME Bugzilla – Bug 740083
glib: Fix stray @COCOA_LIBS@ and @CARBON_LIBS@ in the pkgconfig files
Last modified: 2014-11-20 09:56:10 UTC
Created attachment 290661 [details] [review] glib.recipe: fix patch 0001 -- always AC_SUBST Due to a mistake in 0001-Let-user-disable-Cocoa-and-Carbon-support-on-demand.patch, those two are not AC_SUBST, causing them to stay unsubstituted in Libs.Private in gio-2.0.pc and glib-2.0.pc. The attached patch fixes this, and also merges the typo fix from 0007-configure-fix-link-with-Carbon-framework.patch into it.
commit a24ebd697b24dc38dc83dd82520c8e8355912a4c Author: Nirbheek Chauhan <nirbheek@centricular.com> Date: Thu Nov 13 17:25:55 2014 +0530 glib: fix patch 0001 -- always AC_SUBST Without this, @COCOA_LIBS@ and @CARBON_LIBS@ remain in Libs.Private in gio-2.0.pc and glib-2.0.pc https://bugzilla.gnome.org/show_bug.cgi?id=740083