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

Haiku fixes #1603

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Haiku fixes #1603

merged 3 commits into from
Aug 8, 2023

Commits on Aug 5, 2023

  1. Fix build without X11

    On Haiku it complained about missing X11 header.
    mmuman committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    f6a5122 View commit details
    Browse the repository at this point in the history
  2. Fix missing asprintf definition on Haiku

    It needs _GNU_SOURCE and is declared in stdio.h as on GNU/Linux,
    but I suppose it's not included by the existing includes.
    mmuman committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2d0d3fd View commit details
    Browse the repository at this point in the history
  3. Fix Haiku build

    Missing new OS-specific call, stubbed for now.
    mmuman committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    497734f View commit details
    Browse the repository at this point in the history