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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 6 21:58:37 UTC 2019


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

--- Comment #4 from commit-hook at 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 base
  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

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


More information about the freebsd-x11 mailing list