Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-cpp/glibmm: Fix build with GCC 8 #8324

Closed
wants to merge 1 commit into from
Closed

Commits on May 9, 2018

  1. dev-cpp/glibmm: Fix build with GCC 8

    Patch taken from upstream and adapted to actually touch the pregenerated
    file shipped with the release tarbal as well. That code appears to have
    been always wrong, with no chance to build. This probably means that GCC
    8 is suddenly being detected in some other way, making the code use that
    include file which was previously apparently kept unused. But anyway,
    upstream killed that include in a later release, so let's just let this
    build and watch the eventual breakage.
    
    Upstream says:
    
    > Fixed in the glibmm-2-54 branch. No fix is necessary in the master
    > branch. The threads.hg and threads.h files don't exist there.
    
    Closes: https://bugs.gentoo.org/654776
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=791711
    jktjkt committed May 9, 2018
    Configuration menu
    Copy the full SHA
    1e0c199 View commit details
    Browse the repository at this point in the history