summaryrefslogtreecommitdiff
path: root/x11/xcb-proto
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-15 15:11:06 +0000
committerwiz <wiz>2009-12-15 15:11:06 +0000
commitece8ed129fefb56a1b66b5d39489419d351042ae (patch)
treebc8ef73b239d58e9db5f179f9b6b69f53f9ab47b /x11/xcb-proto
parent3ba772e26d52ce20cb5f1d853c4b66006630c961 (diff)
downloadpkgsrc-ece8ed129fefb56a1b66b5d39489419d351042ae.tar.gz
Remove unneeded patch.
Diffstat (limited to 'x11/xcb-proto')
-rw-r--r--x11/xcb-proto/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/xcb-proto/patches/patch-aa b/x11/xcb-proto/patches/patch-aa
deleted file mode 100644
index 6d93d64d1fc..00000000000
--- a/x11/xcb-proto/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/04/06 10:22:12 drochner Exp $
-
---- configure.orig 2009-01-07 13:20:32.000000000 +0100
-+++ configure
-@@ -2207,7 +2207,7 @@ echo $ECHO_N "checking whether $PYTHON v
- prog="import sys, string
- # split strings by '.' and convert to numeric. Append some zeros
- # because we need at least 4 digits for the hex conversion.
--minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
-+minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
- minverhex = 0
- for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
- sys.exit(sys.hexversion < minverhex)"