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 727104 - configure.ac: fix OSX host check
configure.ac: fix OSX host check
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-26 17:21 UTC by Matthieu Bouron
Modified: 2014-03-27 06:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.ac: fix OSX host check (800 bytes, patch)
2014-03-26 17:22 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2014-03-26 17:21:34 UTC
The following patch helps compiling gst-plugins-bad when the host is reported as x86_64-apple-darwin13.1.0 (OSX 1.0.9.2).
Comment 1 Matthieu Bouron 2014-03-26 17:22:54 UTC
Created attachment 273009 [details] [review]
configure.ac: fix OSX host check
Comment 2 Edward Hervey 2014-03-27 06:45:31 UTC
Thanks.

commit 99bb72dbf4731b9a03cd8cc79e7588e3bc360a5c
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Wed Mar 26 17:14:40 2014 +0000

    configure.ac: fix OSX host check
    
    Makes the check works with (i386|x86_64)-apple-darwin* hosts.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727104