From aaeed2da8906f11cba80355688015d74b01cc604 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Mar 2023 06:41:43 +0000 Subject: gentoo auto-resync : 22:03:2023 - 06:41:43 --- .../files/seafile-client-select-qt5.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net-misc/seafile-client/files/seafile-client-select-qt5.patch (limited to 'net-misc/seafile-client/files') diff --git a/net-misc/seafile-client/files/seafile-client-select-qt5.patch b/net-misc/seafile-client/files/seafile-client-select-qt5.patch deleted file mode 100644 index ed48dcf47573..000000000000 --- a/net-misc/seafile-client/files/seafile-client-select-qt5.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4261fba..24fbbda 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -158,11 +158,8 @@ SET(QT_VERSION_MAJOR 5) - # have to keep using QtWebKit on windows because QtWebEngine can't be - # compiled in msys2/mingw (QtWebEnigne is based on chrome, which has to be - # compiled with MSVC.) --FIND_PROGRAM(qmake_executable NAMES qmake qmake.exe) --EXECUTE_PROCESS(COMMAND -- bash -c "${qmake_executable} --version | grep -iE '^using qt version [0-9.]+' | awk '{print $4}'" -- OUTPUT_VARIABLE DETECTED_QT_VERSION -- OUTPUT_STRIP_TRAILING_WHITESPACE) -+FIND_PACKAGE(Qt5Core) -+SET(DETECTED_QT_VERSION ${Qt5Core_VERSION}) - MESSAGE("qt5 version: ${DETECTED_QT_VERSION}") - IF(WIN32 OR DETECTED_QT_VERSION VERSION_LESS 5.6.0) - ADD_DEFINITIONS(-DSEAFILE_USE_WEBKIT) -- cgit v1.2.3