Date: Wed, 06 Mar 2019 21:58:35 +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-QYb004q927@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 #4 from commit-hook@freebsd.org --- A commit references this bug: Author: zeising Date: Wed Mar 6 21:57:43 UTC 2019 New revision: 494850 URL: https://svnweb.freebsd.org/changeset/ports/494850 Log: x11/libinput: Fix build on GCC-based architectures Fix build of x11/libinput on GCC-based architectures. gnu90 is an alias = for gnu89, but is not understood by all versions of GCC, most notably, our ba= se version. Switch to use gnu89 instead. While here, adjust patch context a bit. A similar fix has been merged upstream. PR: 235361 Submitted by: Jan Beich (fix) Reported by: Piotr Kubaj (PR) MFH: 2019Q1 X-MFH-note: If applicable, 2019Q1 might have old libinput version Changes: head/x11/libinput/Makefile head/x11/libinput/files/patch-meson.build --=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-QYb004q927>