summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/texstudio/files/texstudio-4.6.3-quazip5.patch')
-rw-r--r--app-office/texstudio/files/texstudio-4.6.3-quazip5.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-office/texstudio/files/texstudio-4.6.3-quazip5.patch b/app-office/texstudio/files/texstudio-4.6.3-quazip5.patch
deleted file mode 100644
index 7541128..0000000
--- a/app-office/texstudio/files/texstudio-4.6.3-quazip5.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/texstudio.pro 2023-11-27 11:17:21.022183360 +0100
-+++ b/texstudio.pro 2023-11-27 11:18:29.812186975 +0100
-@@ -371,11 +371,9 @@
- PKGCONFIG += quazip1-qt6
- }
- !versionGreaterOrEqual($$QT_VERSION, "6.0.0") {
-- message(System quazip5)
-- isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
-- isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5
-- INCLUDEPATH += $${QUAZIP_INCLUDE}
-- LIBS += $${QUAZIP_LIB}
-+ message(System QuaZip)
-+ CONFIG += link_pkgconfig
-+ PKGCONFIG += quazip1-qt5
- }
- }
-