summaryrefslogtreecommitdiff
path: root/graphics/lux/files/patch-pv__no__rendering.cc
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-07-28 13:07:07 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-07-31 01:59:08 +0300
commit1c21936e0198bad899a2a4ee01273ed5b8a7a628 (patch)
tree517035688f308314a4641618bc396477b430e1f7 /graphics/lux/files/patch-pv__no__rendering.cc
parentdatabases/redis_exporter: update to 1.52.0 (diff)
graphics/lux: update to 1.1.7
This update requires exiv2 0.28 and highway 1.0.5. Upstream changes: assorted bug fixes and improvements. Reported by: kfjahnke@gmail.com
Diffstat (limited to 'graphics/lux/files/patch-pv__no__rendering.cc')
-rw-r--r--graphics/lux/files/patch-pv__no__rendering.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/lux/files/patch-pv__no__rendering.cc b/graphics/lux/files/patch-pv__no__rendering.cc
deleted file mode 100644
index b372aa3e64fa..000000000000
--- a/graphics/lux/files/patch-pv__no__rendering.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- pv_no_rendering.cc.orig 2023-03-27 07:19:09 UTC
-+++ pv_no_rendering.cc
-@@ -8828,7 +8828,7 @@ void store_rendered_image ( const job_type * p_job ,
-
- image->writeMetadata();
- }
-- catch ( Exiv2::AnyError& e )
-+ catch ( Exiv2::Error& e )
- {
- std::cerr << "Caught Exiv2 exception '"
- << e << "'\n" ;