diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 15:11:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 15:11:06 +0000 |
commit | 7f1920bc196694f7339a4e586f31e5ef04d0939b (patch) | |
tree | bc8ef73b239d58e9db5f179f9b6b69f53f9ab47b /x11 | |
parent | 018e8ccb2d1963f12ea51df0622cdec073c4ce73 (diff) | |
download | pkgsrc-7f1920bc196694f7339a4e586f31e5ef04d0939b.tar.gz |
Remove unneeded patch.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-proto/patches/patch-aa | 13 |
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)" |