summarylogtreecommitdiffstats
path: root/0005-Work-around-openjpeg2-includes-issue.patch
diff options
context:
space:
mode:
Diffstat (limited to '0005-Work-around-openjpeg2-includes-issue.patch')
-rw-r--r--0005-Work-around-openjpeg2-includes-issue.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0005-Work-around-openjpeg2-includes-issue.patch b/0005-Work-around-openjpeg2-includes-issue.patch
deleted file mode 100644
index f44b5ee7fb62..000000000000
--- a/0005-Work-around-openjpeg2-includes-issue.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From eed96a07bc528a6a30ae1ff317a4fb6f9e779e93 Mon Sep 17 00:00:00 2001
-From: Paul Gideon Dann <pdgiddie@gmail.com>
-Date: Mon, 19 Nov 2018 15:04:47 +0000
-Subject: [PATCH 5/5] Work around openjpeg2 includes issue
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f3abde94..8ac4bc04 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -279,7 +279,7 @@ if(TIFF_FOUND)
- set(ENABLE_LIBTIFF ON)
- endif()
- if(OpenJPEG_FOUND)
-- include_directories(${OPENJPEG_INCLUDE_DIRS})
-+ include_directories(/usr/lib/openjpeg-2.3)
- endif()
- if(LCMS2_FOUND)
- include_directories(${LCMS2_INCLUDE_DIR})
---
-2.19.1
-