summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-numpy/unbreak-assumptions.diff
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-13 21:20:46 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-13 21:22:06 +0100
commitfbf853f629b3dcbee4d16669aec727c84903169e (patch)
tree5a1ac9f6521c4cb7466602003773b9b59a1101fa /recipes-devtools/python/python-numpy/unbreak-assumptions.diff
parentcbe66021c51aceee7c15938b2759efc1a79c654c (diff)
downloadmeta-openembedded-fbf853f629b3dcbee4d16669aec727c84903169e.tar.gz
python-numpy: import from OE
Currently doesn't build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/python/python-numpy/unbreak-assumptions.diff')
-rw-r--r--recipes-devtools/python/python-numpy/unbreak-assumptions.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-numpy/unbreak-assumptions.diff b/recipes-devtools/python/python-numpy/unbreak-assumptions.diff
new file mode 100644
index 0000000000..c5b448167f
--- /dev/null
+++ b/recipes-devtools/python/python-numpy/unbreak-assumptions.diff
@@ -0,0 +1,16 @@
1--- /tmp/system_info.py 2008-08-22 00:38:16.000000000 +0200
2+++ numpy-1.1.1/numpy/distutils/system_info.py 2008-08-22 00:40:33.013198000 +0200
3@@ -137,11 +137,8 @@
4 default_x11_lib_dirs = []
5 default_x11_include_dirs = []
6 else:
7- default_lib_dirs = ['/usr/local/lib', '/opt/lib', '/usr/lib',
8- '/opt/local/lib', '/sw/lib']
9- default_include_dirs = ['/usr/local/include',
10- '/opt/include', '/usr/include',
11- '/opt/local/include', '/sw/include']
12+ default_lib_dirs = ['/non-existant-dir']
13+ default_include_dirs = ['non-existant-dir']
14 default_src_dirs = ['.','/usr/local/src', '/opt/src','/sw/src']
15
16 try: