summaryrefslogtreecommitdiff
path: root/net/py-spreadmodule/patches
diff options
context:
space:
mode:
authorrecht <recht>2003-12-24 09:55:55 +0000
committerrecht <recht>2003-12-24 09:55:55 +0000
commit5374647c7a61bf8b386ee8dc397f055673e55e39 (patch)
treeffe7b607b2e0b7c6a644651dee6ea8833bc6b4af /net/py-spreadmodule/patches
parent747f961bb1ccabeed3b6d7c1d824efe0a1fa8712 (diff)
downloadpkgsrc-5374647c7a61bf8b386ee8dc397f055673e55e39.tar.gz
initial import of py-spreadmodule 1.4
This is a Python extension module for Spread, an open source group communications package.
Diffstat (limited to 'net/py-spreadmodule/patches')
-rw-r--r--net/py-spreadmodule/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/py-spreadmodule/patches/patch-aa b/net/py-spreadmodule/patches/patch-aa
new file mode 100644
index 00000000000..ca8a88cce56
--- /dev/null
+++ b/net/py-spreadmodule/patches/patch-aa
@@ -0,0 +1,13 @@
+$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'],
+ )