summaryrefslogtreecommitdiff
path: root/editors/texworks/patches/patch-TeXworks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texworks/patches/patch-TeXworks.pro')
-rw-r--r--editors/texworks/patches/patch-TeXworks.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/texworks/patches/patch-TeXworks.pro b/editors/texworks/patches/patch-TeXworks.pro
new file mode 100644
index 00000000000..1f43fd5378a
--- /dev/null
+++ b/editors/texworks/patches/patch-TeXworks.pro
@@ -0,0 +1,15 @@
+$NetBSD: patch-TeXworks.pro,v 1.1.1.1 2012/03/21 22:44:20 markd Exp $
+
+pkg-config doesnt know about zlib so just assume its there
+
+--- TeXworks.pro.orig 2011-06-29 17:03:14.000000000 +0000
++++ TeXworks.pro
+@@ -103,7 +103,7 @@ unix:!macx { # on Unix-ish platforms we
+ CONFIG += link_pkgconfig
+ PKGCONFIG += hunspell
+ PKGCONFIG += poppler-qt4
+- PKGCONFIG += zlib
++ #PKGCONFIG += zlib
+
+ # Enclose the path in \\\" (which later gets expanded to \", which in turn
+ # gets expanded to " in the c++ code)