Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 20:38:42 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514255 - head/x11-toolkits/qt5-gui/files
Message-ID:  <201910102038.x9AKcgap073875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Thu Oct 10 20:38:42 2019
New Revision: 514255
URL: https://svnweb.freebsd.org/changeset/ports/514255

Log:
  Fix build of x11-toolkits/qt5-gui
  
  <linux/kd.h> isn't needed here.
  
  Pointy hat to adridg@, for mixing up pou-build tree and the SVN tree.
  
  PR:		240964
  Reported by:	vvd@unislabs.com

Modified:
  head/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp

Modified: head/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp
==============================================================================
--- head/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp	Thu Oct 10 20:35:56 2019	(r514254)
+++ head/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp	Thu Oct 10 20:38:42 2019	(r514255)
@@ -1,13 +1,13 @@
 --- src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp.orig	2019-06-13 04:18:18 UTC
 +++ src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp
-@@ -53,12 +53,8 @@
+@@ -53,12 +53,7 @@
  
  #include <errno.h>
  
 -#ifdef Q_OS_FREEBSD
 -#include <dev/evdev/input.h>
 -#else
- #include <linux/kd.h>
+-#include <linux/kd.h>
  #include <linux/input.h>
 -#endif
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910102038.x9AKcgap073875>