python-pyode 1.2.0 needs an install.patch
authorMichael Lauer <mickey@vanille-media.de>
Mon, 3 Mar 2008 13:21:24 +0000 (13:21 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 3 Mar 2008 13:21:24 +0000 (13:21 +0000)
packages/python/python-pyode/.mtn2git_empty [new file with mode: 0644]
packages/python/python-pyode/install.patch [new file with mode: 0644]

diff --git a/packages/python/python-pyode/.mtn2git_empty b/packages/python/python-pyode/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/python/python-pyode/install.patch b/packages/python/python-pyode/install.patch
new file mode 100644 (file)
index 0000000..6f23097
--- /dev/null
@@ -0,0 +1,16 @@
+Index: PyODE-1.2.0/setup.py
+===================================================================
+--- PyODE-1.2.0.orig/setup.py
++++ PyODE-1.2.0/setup.py
+@@ -39,11 +39,6 @@ if sys.platform=="win32":
+ # Linux (and other) specific settings
+ ######################################################################
+ else:
+-
+-   for base in ["/usr", "/usr/local", "/opt/local"]:
+-      INC_DIRS += [os.path.join(base, "include")]
+-      LIB_DIRS += [os.path.join(base, "lib")]
+-
+    LIBS += ["ode", "stdc++"]