summaryrefslogtreecommitdiff
path: root/math/py-Numeric/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Numeric/patches/patch-ab')
-rw-r--r--math/py-Numeric/patches/patch-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab
deleted file mode 100644
index 5edbec5453a..00000000000
--- a/math/py-Numeric/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/04/12 23:19:33 tron Exp $
-
-The trailing space after the shared line breaks makesetup due to a bug
-in NetBSD 1.3[.1] /bin/sh. It's fixed in current. See PR#4805 for
-details.
-
- -- tsarna@endicor.com, 18 March 1998
-
---- Setup.orig Wed Mar 18 01:19:04 1998
-+++ Setup Wed Mar 18 01:19:04 1998
-@@ -1,6 +1,6 @@
- #This file is designed for building a dynamic extension.
- #See README for detailed build instructions.
--*shared*
-+*shared*
-
- # The array and ufunc object implementation
- #[VC50]cpp_options = cpp_options + ' /Tp '