summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xbindkeys/patches/patch-ab')
-rw-r--r--x11/xbindkeys/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/xbindkeys/patches/patch-ab b/x11/xbindkeys/patches/patch-ab
deleted file mode 100644
index 8398918f4f1..00000000000
--- a/x11/xbindkeys/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/10/13 11:39:46 jmmv Exp $
-
---- configure.orig 2002-10-05 12:17:31.000000000 +0200
-+++ configure
-@@ -1577,7 +1577,7 @@ else
- enable_pthread=yes
- fi
-
--if test x$enable_pthread == xyes; then
-+if test x$enable_pthread = xyes; then
- for ac_hdr in pthread.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`