aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-gui
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-10-10 20:38:42 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-10-10 20:38:42 +0000
commit0ae3d94da83e1f869c5e08b3e1b8a748f0728af3 (patch)
tree7fb7039872153743c50e6473080ff9ed4d30b271 /x11-toolkits/qt5-gui
parent2e24cdb5890b6a7777a68cd23335c49b36e5b716 (diff)
downloadports-0ae3d94da83e1f869c5e08b3e1b8a748f0728af3.tar.gz
ports-0ae3d94da83e1f869c5e08b3e1b8a748f0728af3.zip
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
Notes
Notes: svn path=/head/; revision=514255
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r--x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp b/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp
index e2fae07899dd..0b8fb3c1a312 100644
--- a/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp
+++ b/x11-toolkits/qt5-gui/files/patch-src_platformsupport_input_evdevmouse_qevdevmousehandler.cpp
@@ -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