diff options
Diffstat (limited to 'multimedia/mythtv/files/patch-configure')
-rw-r--r-- | multimedia/mythtv/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv/files/patch-configure b/multimedia/mythtv/files/patch-configure deleted file mode 100644 index 1479055767a4..000000000000 --- a/multimedia/mythtv/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2024-02-25 17:30:55 UTC -+++ configure -@@ -5435,7 +5435,7 @@ if enabled system_libexiv2 ; then - - # libexiv2 - if enabled system_libexiv2 ; then -- if $(pkg-config --atleast-version="0.99" exiv2); then -+ if $(pkg-config --atleast-version="0.28" exiv2); then - use_pkg_config exiv2 exiv2 exiv2/exiv2.hpp versionNumber - elif [ $target_os != "android" ] ; then - disable system_libexiv2 |