diff options
Diffstat (limited to 'media-tv/mythtv/files/mythtv-0.28.1-qt511.patch')
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.28.1-qt511.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch b/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch deleted file mode 100644 index 3fab1e6b5480..000000000000 --- a/media-tv/mythtv/files/mythtv-0.28.1-qt511.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure -+++ b/configure -@@ -5907,7 +5907,7 @@ - enabled pic && enable_weak_pic - - is_qmake5(){ -- $1 --version 2>&1 | egrep -q -e "Qt version 5\.[2-9]\.[0-9]" -+ $1 --version 2>&1 | egrep -q -e 'Qt version 5\.(([1-9][0-9]+)|[2-9])\.[0-9]' - } - - # qmake-qt5 /usr/lib64/qt5/bin/qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake |