diff options
author | wiz <wiz@pkgsrc.org> | 2017-10-09 08:31:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-10-09 08:31:30 +0000 |
commit | 7253251e676c54197fe639017b73b1166615b909 (patch) | |
tree | eb859db9ff7cf5a7c73ed5b2a83984f0dbaee0eb /net/py-spreadmodule/patches | |
parent | 60d879062705b227643de1d31cd6ecb33f4a78ee (diff) | |
download | pkgsrc-7253251e676c54197fe639017b73b1166615b909.tar.gz |
py-spreadmodule: remove package
Last release from 2005 and tested with python-2.4. Nothing in pkgsrc
uses it.
Diffstat (limited to 'net/py-spreadmodule/patches')
-rw-r--r-- | net/py-spreadmodule/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/py-spreadmodule/patches/patch-aa b/net/py-spreadmodule/patches/patch-aa deleted file mode 100644 index ca8a88cce56..00000000000 --- a/net/py-spreadmodule/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/12/24 09:55:55 recht Exp $ - ---- setup.py.orig 2003-10-25 00:24:13.000000000 +0200 -+++ setup.py 2003-10-25 00:24:26.000000000 +0200 -@@ -55,7 +55,7 @@ - else: - SPREAD_DIR = "/usr/local" - ext = Extension('spread', ['spreadmodule.c'], -- include_dirs = [SPREAD_DIR + "/include"], -+ include_dirs = [SPREAD_DIR + "/include/spread"], - library_dirs = [SPREAD_DIR + "/lib"], - libraries = ['tspread'], - ) |