diff options
Diffstat (limited to 'print/py-reportlab/patches/patch-aa')
-rw-r--r-- | print/py-reportlab/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/py-reportlab/patches/patch-aa b/print/py-reportlab/patches/patch-aa deleted file mode 100644 index cdbafc41756..00000000000 --- a/print/py-reportlab/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2004/05/05 09:06:35 drochner Exp $ - ---- setup.py.orig 2003-11-10 09:30:49.000000000 +0100 -+++ setup.py 2004-05-04 19:33:28.000000000 +0200 -@@ -9,7 +9,7 @@ - VERSION = re.search(r'^#\s*define\s+VERSION\s*"([^"]+)"',open('_rl_accel.c','r').read(),re.MULTILINE) - VERSION = VERSION and VERSION.group(1) or 'unknown' - -- if sys.platform in ['linux2', 'win32', 'sunos5', 'freebsd4', 'aix4', 'mac', 'darwin']: -+ if 1: - LIBS=[] - else: - raise ValueError, "Don't know about platform:"+sys.platform |