summaryrefslogtreecommitdiff
path: root/lang/python23-pth/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python23-pth/patches/patch-ae')
-rw-r--r--lang/python23-pth/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python23-pth/patches/patch-ae b/lang/python23-pth/patches/patch-ae
deleted file mode 100644
index d0731e391f0..00000000000
--- a/lang/python23-pth/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2004/06/02 12:29:28 recht Exp $
-
---- Lib/distutils/command/build_scripts.py.orig 2004-04-01 05:56:46.000000000 +0200
-+++ Lib/distutils/command/build_scripts.py 2004-06-02 13:58:52.000000000 +0200
-@@ -101,7 +101,7 @@
- outf.write("#!%s%s\n" %
- (os.path.join(
- sysconfig.get_config_var("BINDIR"),
-- "python" + sysconfig.get_config_var("EXE")),
-+ "python%s" % sys.version[:3] + sysconfig.get_config_var("EXE")),
- post_interp))
- outf.writelines(f.readlines())
- outf.close()