aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-01-05 08:55:52 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-01-05 08:55:52 +0000
commit135949b7f8f5ec3da08570c2311708f98f3bfa14 (patch)
treef927c162ee4bf73be3b46ee02532b002c2e0828b /comms
parent65517d57b2294fad811e379ab1a6b04099495e27 (diff)
downloadports-135949b7f8f5ec3da08570c2311708f98f3bfa14.tar.gz
ports-135949b7f8f5ec3da08570c2311708f98f3bfa14.zip
comms/qsstv: unbreak build after openjpeg update (r560097)
Reported by: poudriere Pointy hat to: sunpoet for skip consumers test Approved by: portmgr blanket (build fix)
Notes
Notes: svn path=/head/; revision=560374
Diffstat (limited to 'comms')
-rw-r--r--comms/qsstv/files/patch-qsstv_utils_color.cpp2
-rw-r--r--comms/qsstv/files/patch-qsstv_utils_jp2io.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/qsstv/files/patch-qsstv_utils_color.cpp b/comms/qsstv/files/patch-qsstv_utils_color.cpp
index c09f150e3130..2a073fa6b798 100644
--- a/comms/qsstv/files/patch-qsstv_utils_color.cpp
+++ b/comms/qsstv/files/patch-qsstv_utils_color.cpp
@@ -5,7 +5,7 @@
#include <assert.h>
-#include "openjpeg.h"
-+#include "openjpeg-2.3/openjpeg.h"
++#include "openjpeg-2.4/openjpeg.h"
#include "color.h"
diff --git a/comms/qsstv/files/patch-qsstv_utils_jp2io.h b/comms/qsstv/files/patch-qsstv_utils_jp2io.h
index bee3505487af..25823b7d4e9e 100644
--- a/comms/qsstv/files/patch-qsstv_utils_jp2io.h
+++ b/comms/qsstv/files/patch-qsstv_utils_jp2io.h
@@ -4,7 +4,7 @@
#ifndef JP2READER_H
#define JP2READER_H
-#include "openjpeg.h"
-+#include "openjpeg-2.3/openjpeg.h"
++#include "openjpeg-2.4/openjpeg.h"
#include <QString>
#include <QImage>