summaryrefslogtreecommitdiff
path: root/graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp')
-rw-r--r--graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp b/graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp
deleted file mode 100644
index 34e06ef349b..00000000000
--- a/graphics/hugin/patches/patch-src_hugin1_hugin_RawImport.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_hugin1_hugin_RawImport.cpp,v 1.1 2019/08/28 01:32:12 markd Exp $
-
-work with exiv2-0.27.x
-
---- src/hugin1/hugin/RawImport.cpp.orig 2019-02-02 10:11:01.000000000 +0000
-+++ src/hugin1/hugin/RawImport.cpp
-@@ -35,10 +35,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include <exiv2/exif.hpp>
--#include <exiv2/image.hpp>
--#include <exiv2/easyaccess.hpp>
--#include <exiv2/xmpsidecar.hpp>
-+#include <exiv2/exiv2.hpp>
- #ifdef __WXMSW__
- #include <wx/msw/registry.h>
- #endif