svn commit: r560374 - head/comms/qsstv/files

Dima Panov fluffy at FreeBSD.org
Tue Jan 5 08:55:53 UTC 2021


Author: fluffy
Date: Tue Jan  5 08:55:52 2021
New Revision: 560374
URL: https://svnweb.freebsd.org/changeset/ports/560374

Log:
  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)

Modified:
  head/comms/qsstv/files/patch-qsstv_utils_color.cpp   (contents, props changed)
  head/comms/qsstv/files/patch-qsstv_utils_jp2io.h   (contents, props changed)

Modified: head/comms/qsstv/files/patch-qsstv_utils_color.cpp
==============================================================================
--- head/comms/qsstv/files/patch-qsstv_utils_color.cpp	Tue Jan  5 08:55:00 2021	(r560373)
+++ head/comms/qsstv/files/patch-qsstv_utils_color.cpp	Tue Jan  5 08:55:52 2021	(r560374)
@@ -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"
  
  

Modified: head/comms/qsstv/files/patch-qsstv_utils_jp2io.h
==============================================================================
--- head/comms/qsstv/files/patch-qsstv_utils_jp2io.h	Tue Jan  5 08:55:00 2021	(r560373)
+++ head/comms/qsstv/files/patch-qsstv_utils_jp2io.h	Tue Jan  5 08:55:52 2021	(r560374)
@@ -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>


More information about the svn-ports-all mailing list