Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Feb 2019 09:48:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 235361] x11/libinput: fix build with GCC-based architectures
Message-ID:  <bug-235361-7141-TXGLN557ZQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235361-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235361-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235361

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
-std=3Dgnu90 is an alias for -std=3Dgnu89. Removing -std=3Dgnu90 may change=
 "inline"
from GNU to C99 semantics as Clang defaults to C11 (ditto GCC >=3D 5). In t=
his
case, it's not important as -std=3Dgnu90 was only used for header sanity ch=
eck.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235361-7141-TXGLN557ZQ>