diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 19:58:37 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 19:58:37 +0000 |
| commit | 28e7e01df0bd11e6445803ff4a8ebd8e3ca712ec (patch) | |
| tree | e04a4a95d5849381e2b282b3e90796f6b4ae0139 /editors/texworks/files/patch-TeXworks.pro | |
| parent | 931c22e7cb046db5b0a7ecf4c617acac21b1c1d7 (diff) | |
Assume "pkg-config zlib" works after 9.x reached EOL
Diffstat (limited to 'editors/texworks/files/patch-TeXworks.pro')
| -rw-r--r-- | editors/texworks/files/patch-TeXworks.pro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/texworks/files/patch-TeXworks.pro b/editors/texworks/files/patch-TeXworks.pro index a2b6ac58f1b8..b1adfbbfae7a 100644 --- a/editors/texworks/files/patch-TeXworks.pro +++ b/editors/texworks/files/patch-TeXworks.pro @@ -1,12 +1,11 @@ --- TeXworks.pro.orig 2015-04-03 18:05:39 UTC +++ TeXworks.pro -@@ -108,7 +108,8 @@ unix:!macx { # on Unix-ish platforms we +@@ -108,7 +108,7 @@ unix:!macx { # on Unix-ish platforms we CONFIG += link_pkgconfig PKGCONFIG += hunspell PKGCONFIG += poppler-qt4 - PKGCONFIG += zlib -+ PKGCONFIG += synctex -+ LIBS += -lz ++ PKGCONFIG += synctex zlib # Enclose the path in \\\" (which later gets expanded to \", which in turn # gets expanded to " in the c++ code) |
