diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-18 01:40:24 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-18 01:40:24 +0000 |
| commit | f3fe11e0f9224f8fd7468a53a85c12c4ce1b2889 (patch) | |
| tree | c8ea5cd4a2e573952950d10d95c1438deb84e97a /databases/py-pytc/files | |
| parent | - Install README and TUTORIAL as portdocs (diff) | |
Add py-pytc 0.7, Tokyo Cabinet Python bindings.
Diffstat (limited to 'databases/py-pytc/files')
| -rw-r--r-- | databases/py-pytc/files/patch-setyp.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-pytc/files/patch-setyp.py b/databases/py-pytc/files/patch-setyp.py new file mode 100644 index 000000000000..fa7df2591cec --- /dev/null +++ b/databases/py-pytc/files/patch-setyp.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2009-02-18 08:58:48.199458174 +0800 ++++ setup.py 2009-02-18 08:58:56.569760265 +0800 +@@ -5,7 +5,7 @@ + if sys.version_info < (2, 3): + raise Error, "Python 2.3 or later is required" + +-include_dirs = [] ++include_dirs = ['/usr/local/include'] + library_dirs = ['/usr/local/lib'] + + if sys.platform == 'darwin': |
