diff options
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) { |