svn commit: r514255 - head/x11-toolkits/qt5-gui/files
Adriaan de Groot
adridg at FreeBSD.org
Thu Oct 10 20:38:43 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list