[Bug 235361] x11/libinput: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 3 09:48:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235361

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
-std=gnu90 is an alias for -std=gnu89. Removing -std=gnu90 may change "inline"
from GNU to C99 semantics as Clang defaults to C11 (ditto GCC >= 5). In this
case, it's not important as -std=gnu90 was only used for header sanity check.

I've submitted a better fix upstream.
https://gitlab.freedesktop.org/libinput/libinput/merge_requests/160

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list