diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:16:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:16:28 +0000 |
commit | 6cc84cfeb3626e11fb5ea2f89115c1eda4ed0b30 (patch) | |
tree | 68653343bb77e01a10591e916a761a4c46579386 /editors/texstudio/files/patch-texstudio.pro | |
parent | Add patch from upstream that makes mate-desktop support optional. And (diff) |
- Update to 2.9.4
PR: 201092
Submitted by: sergey.v.brunov@gmail.com
Approved by: maintainer timeout (abiliojr@gmail.com, 4 weeks)
Notes
Notes:
svn path=/head/; revision=393165
Diffstat (limited to 'editors/texstudio/files/patch-texstudio.pro')
-rw-r--r-- | editors/texstudio/files/patch-texstudio.pro | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro deleted file mode 100644 index 69ee09b4a7db..000000000000 --- a/editors/texstudio/files/patch-texstudio.pro +++ /dev/null @@ -1,13 +0,0 @@ ---- 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) { |