summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-ab
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-10-10 12:09:36 +0000
committertonio <tonio@pkgsrc.org>2006-10-10 12:09:36 +0000
commit8958ed3695c0b835f1ae2f7b0c4601ddecc3d936 (patch)
treeff49093ec39901df4f0f882b73bf894c41b59733 /chat/weechat/patches/patch-ab
parentd79b174cea5b2ebf9632f4fd7e722b068cda8feb (diff)
downloadpkgsrc-8958ed3695c0b835f1ae2f7b0c4601ddecc3d936.tar.gz
avoid using "text ... == ..." in configure
Diffstat (limited to 'chat/weechat/patches/patch-ab')
-rw-r--r--chat/weechat/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-ab b/chat/weechat/patches/patch-ab
new file mode 100644
index 00000000000..99958698125
--- /dev/null
+++ b/chat/weechat/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/10/10 12:09:36 tonio Exp $
+
+--- configure.orig 2006-10-10 13:57:09.000000000 +0200
++++ configure
+@@ -33169,7 +33169,7 @@ for p in $doc_xsl_prefix_path; do
+ fi
+ done
+
+-if test "x$DOC_XSL_PREFIX" == "x"; then
++if test "x$DOC_XSL_PREFIX" = "x"; then
+ { echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6; }
+ enable_doc="no"