aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-tables/files
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-07-07 19:16:23 +0800
committerwen <wen@FreeBSD.org>2010-07-07 19:16:23 +0800
commit6fc6761fb3a249b3cb93af4da897f1e56a1e37c0 (patch)
tree5b0693edb2b196944b157eaae0757137096b0ce5 /devel/py-tables/files
parentf8c0b8916df759f7de7f19ec92ae466c573f3247 (diff)
downloadfreebsd-ports-gnome-6fc6761fb3a249b3cb93af4da897f1e56a1e37c0.tar.gz
freebsd-ports-gnome-6fc6761fb3a249b3cb93af4da897f1e56a1e37c0.tar.zst
freebsd-ports-gnome-6fc6761fb3a249b3cb93af4da897f1e56a1e37c0.zip
- Update to 2.2
Feature safe: yes
Diffstat (limited to 'devel/py-tables/files')
-rw-r--r--devel/py-tables/files/patch-setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-tables/files/patch-setup.py b/devel/py-tables/files/patch-setup.py
index a52666a2ee26..adcb2170851e 100644
--- a/devel/py-tables/files/patch-setup.py
+++ b/devel/py-tables/files/patch-setup.py
@@ -1,17 +1,17 @@
---- setup.py.orig 2009-06-18 17:57:21.000000000 +0800
-+++ setup.py 2009-06-18 18:02:43.000000000 +0800
-@@ -81,8 +81,8 @@
+--- setup.py.orig 2010-07-06 11:11:43.000000000 +0800
++++ setup.py 2010-07-06 11:13:13.000000000 +0800
+@@ -83,8 +83,8 @@
debug = '--debug' in sys.argv
# Global variables
-lib_dirs = []
--inc_dirs = []
+-inc_dirs = ['blosc']
+lib_dirs = ['%%LOCALBASE%%/lib']
-+inc_dirs = ['%%LOCALBASE%%/include']
++inc_dirs = ['blosc','%%LOCALBASE%%/include']
optional_libs = []
data_files = [] # list of data files to add to packages (mainly for DLL's)
-@@ -91,10 +91,10 @@
+@@ -93,10 +93,10 @@
default_runtime_dirs = None
if os.name == 'posix':
d>-1/+1 * Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-13