diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2021-12-06 18:02:48 -0500 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2021-12-07 10:42:30 -0500 |
commit | b040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf (patch) | |
tree | f369a40e53be40d4f65eafb3dc0e16f2a834a8b1 /comms/qsstv/files/patch-utils_jp2io.h | |
parent | devel/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.h | 10 |
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> |