diff options
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': |
