summaryrefslogtreecommitdiff
path: root/packages/ode/files/install.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-03 13:16:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-03 13:16:13 +0000
commitab757bb5e2efd0dadca310fc79891fb95833035e (patch)
tree91ae2eb41305f83b24aabb38d4a4268681be3f98 /packages/ode/files/install.patch
parent97dc4e52619da90ed223801527847b843e55c5cc (diff)
parentd7db9fd89a49a92f2fceab4ac24ee2f047ebe86b (diff)
merge of '45bb832d6d0ed21a2ec91685ceb9dd7f847010bd'
and 'fbe4ca1964daebea4d7ba83733214f1cfa937b5b'
Diffstat (limited to 'packages/ode/files/install.patch')
-rw-r--r--packages/ode/files/install.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/ode/files/install.patch b/packages/ode/files/install.patch
new file mode 100644
index 0000000000..d63229f8ec
--- /dev/null
+++ b/packages/ode/files/install.patch
@@ -0,0 +1,22 @@
+Index: ode-0.9/Makefile.am
+===================================================================
+--- ode-0.9.orig/Makefile.am
++++ ode-0.9/Makefile.am
+@@ -25,13 +25,13 @@ dist-zip: ${PACKAGE}-${VERSION}.tar.gz
+
+ if USE_SONAME
+ install-exec-hook:
+- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
++ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(libdir)/libode.so
+- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
++ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(libdir)/@ODE_SONAME@
+- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
++ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(libdir)/@ODE_SONAME@.@ODE_REVISION@
+- /sbin/ldconfig
++ echo /sbin/ldconfig
+ else
+ install-exec-hook:
+ endif