diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-10 22:03:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-10 22:03:50 +0000 |
commit | 334b43b730e92ace90d8e107472b15e3bf925769 (patch) | |
tree | f9c76b56be68b24edd0375a7a5f9b84fa1324897 /editors/texstudio/files/patch-texstudio.pro | |
parent | Fix multiple xserver security advisories in the 1.12.4 xserver. (diff) |
editors/texstudio:
- Update it to 2.8.8
- Add missing Qt component
PR: 195795
Submitted by: Abilio Marques (maintainer)
Notes
Notes:
svn path=/head/; revision=374491
Diffstat (limited to 'editors/texstudio/files/patch-texstudio.pro')
-rw-r--r-- | editors/texstudio/files/patch-texstudio.pro | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro index 42c27199f396..69ee09b4a7db 100644 --- a/editors/texstudio/files/patch-texstudio.pro +++ b/editors/texstudio/files/patch-texstudio.pro @@ -1,12 +1,13 @@ ---- texstudio.pro.orig 2014-11-22 18:10:47.000000000 -0430 -+++ texstudio.pro 2014-11-22 18:11:56.000000000 -0430 -@@ -529,7 +529,8 @@ - - unix { - LIBS += -L/usr/lib \ -- -lz -+ -lz \ -+ -lexecinfo +--- texstudio.pro.orig 2014-12-10 21:27:10 UTC ++++ texstudio.pro +@@ -531,6 +531,10 @@ unix { + -lz } ++freebsd-* { ++ LIBS += -lexecinfo ++} ++ # ################################ + # Poppler PDF Preview, will only be used if NO_POPPLER_PREVIEW is not set + isEmpty(NO_POPPLER_PREVIEW) { |