diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 22:35:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 22:35:13 +0000 |
commit | aaa015a1be3a03ad32b2c65e8c5e53b552496036 (patch) | |
tree | b028bcc6b77dab6a41e2c9f432bd1cf346a9287c /net/py-spreadmodule/files/patch-setup.py | |
parent | Maintainer update to version 3.17.0 (diff) |
Maintainer update to version 1.3
PR: ports/45179
Submitted by: Joshua Goodall <joshua@roughtrade.net>
Notes
Notes:
svn path=/head/; revision=70267
Diffstat (limited to 'net/py-spreadmodule/files/patch-setup.py')
-rw-r--r-- | net/py-spreadmodule/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-spreadmodule/files/patch-setup.py b/net/py-spreadmodule/files/patch-setup.py new file mode 100644 index 000000000000..4146ced38b83 --- /dev/null +++ b/net/py-spreadmodule/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py 10 Sep 2002 13:13:11 -0000 1.1.1.1 ++++ setup.py 10 Sep 2002 13:14:03 -0000 1.2 +@@ -21,7 +21,7 @@ + ext = Extension('spread', ['spreadmodule.c'], + include_dirs = [SPREAD_DIR + "/include"], + library_dirs = [SPREAD_DIR + "/lib"], +- libraries = ['tsp'], ++ libraries = ['tspread'], + ) + + setup(name = "Spread API for Python", |