From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- .../texstudio/files/texstudio-3.0.5-quazip1.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-office/texstudio/files/texstudio-3.0.5-quazip1.patch (limited to 'app-office/texstudio/files/texstudio-3.0.5-quazip1.patch') diff --git a/app-office/texstudio/files/texstudio-3.0.5-quazip1.patch b/app-office/texstudio/files/texstudio-3.0.5-quazip1.patch new file mode 100644 index 000000000000..a2a9033abd66 --- /dev/null +++ b/app-office/texstudio/files/texstudio-3.0.5-quazip1.patch @@ -0,0 +1,19 @@ +Fix build with QuaZip-1.0. + +--- a/texstudio.pro ++++ b/texstudio.pro +@@ -369,11 +369,9 @@ + isEmpty(USE_SYSTEM_QUAZIP) { + include(src/quazip/quazip/quazip.pri) + } else { +- 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 + } + + include(src/pdfviewer/pdfviewer.pri) -- cgit v1.2.3