summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2005-01-25 01:12:54 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2005-01-25 01:12:54 +0000
commit4c7d4cb66e6a5f60c2fd41e4982e56def23e296f (patch)
tree993b3e40c58f8cbb3f4fe957636fd647647c48c1 /dev-python/pyode/files
parentset friendly opengl-update version. (diff)
downloadhistorical-4c7d4cb66e6a5f60c2fd41e4982e56def23e296f.tar.gz
historical-4c7d4cb66e6a5f60c2fd41e4982e56def23e296f.tar.bz2
historical-4c7d4cb66e6a5f60c2fd41e4982e56def23e296f.zip
Added missing odepath.patch. Closing bug #77792.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-python/pyode/files')
-rw-r--r--dev-python/pyode/files/odepath.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pyode/files/odepath.patch b/dev-python/pyode/files/odepath.patch
new file mode 100644
index 000000000000..9a1bce12b988
--- /dev/null
+++ b/dev-python/pyode/files/odepath.patch
@@ -0,0 +1,18 @@
+Only in PyODE-1.0.0: _trimesh_switch.pyx
+Only in PyODE-1.0.0: build
+Common subdirectories: PyODE-1.0.0-orig/examples and PyODE-1.0.0/examples
+diff -u PyODE-1.0.0-orig/setup.py PyODE-1.0.0/setup.py
+--- PyODE-1.0.0-orig/setup.py 2004-11-16 14:50:02.000000000 -0500
++++ PyODE-1.0.0/setup.py 2004-12-12 16:47:02.000000000 -0500
+@@ -26,7 +26,7 @@
+ # Linux (and other)
+ else:
+
+- ODE_BASE = "../ode"
++ ODE_BASE = "/usr"
+
+ INC_DIRS = [os.path.join(ODE_BASE, "include")]
+ LIB_DIRS = [os.path.join(ODE_BASE, "lib")]
+Common subdirectories: PyODE-1.0.0-orig/src and PyODE-1.0.0/src
+Common subdirectories: PyODE-1.0.0-orig/tests and PyODE-1.0.0/tests
+Common subdirectories: PyODE-1.0.0-orig/xode and PyODE-1.0.0/xode