summaryrefslogtreecommitdiff
path: root/comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2021-12-06 18:02:48 -0500
committerCharlie Li <vishwin@FreeBSD.org>2021-12-07 10:42:30 -0500
commitb040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf (patch)
treef369a40e53be40d4f65eafb3dc0e16f2a834a8b1 /comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp
parentdevel/py-jsonschema: add dependency on devel/py-importlib-resources (diff)
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib. Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html DOCS option removed since building it continues to be problematic, and the upstream author encourages using the online documentation anyway. Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D33313
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp')
-rw-r--r--comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp b/comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp
deleted file mode 100644
index 98fca437cc8a..000000000000
--- a/comms/qsstv/files/patch-qsstv_videocapt_v4l2control.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- qsstv/videocapt/v4l2control.cpp.orig 2019-04-18 21:15:23 UTC
-+++ qsstv/videocapt/v4l2control.cpp
-@@ -32,7 +32,6 @@
- #include <cerrno>
- #include <cstring>
- //#include <libv4l2.h>
--#include <linux/types.h> /* for videodev2.h */
- #include <linux/videodev2.h>
-
- #include <QPushButton>