From ece8ed129fefb56a1b66b5d39489419d351042ae Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Dec 2009 15:11:06 +0000 Subject: Remove unneeded patch. --- x11/xcb-proto/patches/patch-aa | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 x11/xcb-proto/patches/patch-aa (limited to 'x11/xcb-proto') 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)" -- cgit v1.2.3