summaryrefslogtreecommitdiff
path: root/comms/qsstv/files/patch-utils_jp2io.h
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-utils_jp2io.h
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-utils_jp2io.h')
-rw-r--r--comms/qsstv/files/patch-utils_jp2io.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qsstv/files/patch-utils_jp2io.h b/comms/qsstv/files/patch-utils_jp2io.h
new file mode 100644
index 000000000000..f0619483feab
--- /dev/null
+++ b/comms/qsstv/files/patch-utils_jp2io.h
@@ -0,0 +1,10 @@
+--- utils/jp2io.h.orig 2016-08-23 19:39:12 UTC
++++ utils/jp2io.h
+@@ -1,6 +1,6 @@
+ #ifndef JP2READER_H
+ #define JP2READER_H
+-#include "openjpeg.h"
++#include "openjpeg-2.4/openjpeg.h"
+
+ #include <QString>
+ #include <QImage>