mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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
This commit is contained in:
parent
2e24cdb589
commit
0ae3d94da8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514255
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user