After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740083 - glib: Fix stray @COCOA_LIBS@ and @CARBON_LIBS@ in the pkgconfig files
glib: Fix stray @COCOA_LIBS@ and @CARBON_LIBS@ in the pkgconfig files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal minor
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-13 21:39 UTC by Nirbheek Chauhan
Modified: 2014-11-20 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glib.recipe: fix patch 0001 -- always AC_SUBST (5.71 KB, patch)
2014-11-13 21:39 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2014-11-13 21:39:06 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.
Comment 1 Sebastian Dröge (slomo) 2014-11-20 09:55:59 UTC
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