diff options
Diffstat (limited to 'graphics/lux/files/patch-pv__no__rendering.cc')
-rw-r--r-- | graphics/lux/files/patch-pv__no__rendering.cc | 11 |
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" ; |