aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texstudio/files/patch-texstudio.pro
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /editors/texstudio/files/patch-texstudio.pro
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'editors/texstudio/files/patch-texstudio.pro')
-rw-r--r--editors/texstudio/files/patch-texstudio.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro
deleted file mode 100644
index 7365c2aed36d..000000000000
--- a/editors/texstudio/files/patch-texstudio.pro
+++ /dev/null
@@ -1,16 +0,0 @@
---- texstudio.pro.orig 2022-12-06 17:09:33 UTC
-+++ texstudio.pro
-@@ -371,10 +371,12 @@ isEmpty(USE_SYSTEM_QUAZIP) {
- }
- !versionGreaterOrEqual($$QT_VERSION, "6.0.0") {
- message(System quazip5)
-- isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
-+ isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip1-qt5
- isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5
- INCLUDEPATH += $${QUAZIP_INCLUDE}
- LIBS += $${QUAZIP_LIB}
-+ CONFIG += link_pkgconfig
-+ PKGCONFIG += quazip1-qt5
- }
- }
-