Index: Makefile =================================================================== --- Makefile (revision 513640) +++ Makefile (working copy) @@ -17,6 +17,7 @@ libharfbuzz.so:print/harfbuzz \ libinput.so:x11/libinput \ libpng.so:graphics/png \ + libmtdev.so:devel/libmtdev \ libxcb.so:x11/libxcb \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ Index: files/patch-qevdevtouchhandler.cpp =================================================================== --- files/patch-qevdevtouchhandler.cpp (nonexistent) +++ files/patch-qevdevtouchhandler.cpp (working copy) @@ -0,0 +1,26 @@ +--- src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp.orig 2019-10-01 18:04:32 UTC ++++ src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp +@@ -38,6 +38,12 @@ + ** + ****************************************************************************/ + ++#ifdef Q_OS_FREEBSD ++#include ++#else ++#include ++#endif ++ + #include "qevdevtouchhandler_p.h" + #include "qtouchoutputmapping_p.h" + #include +@@ -49,11 +55,6 @@ + #include + #include + #include +-#ifdef Q_OS_FREEBSD +-#include +-#else +-#include +-#endif + + #include Property changes on: files/patch-qevdevtouchhandler.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property