]> git.pld-linux.org Git - packages/alsa-oss.git/commitdiff
- fix path to libaoss.so auto/th/alsa-oss-1_0_15-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Nov 2007 16:53:09 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-oss-path.patch -> 1.1

alsa-oss-path.patch [new file with mode: 0644]

diff --git a/alsa-oss-path.patch b/alsa-oss-path.patch
new file mode 100644 (file)
index 0000000..32677fd
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN alsa-oss-1.0.15.org/alsa/aoss.in alsa-oss-1.0.15/alsa/aoss.in
+--- alsa-oss-1.0.15.org/alsa/aoss.in   2007-10-15 10:50:40.000000000 +0200
++++ alsa-oss-1.0.15/alsa/aoss.in       2007-11-28 17:46:34.777867103 +0100
+@@ -5,9 +5,7 @@
+ #     aoss <command> <command options and arguments>
+ if [ -d /proc/asound ]; then
+-  prefix=@prefix@
+-  exec_prefix=@exec_prefix@
+-  LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
++  LD_PRELOAD=@libdir@/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
+ else
+   exec "$@"
+ fi
This page took 0.154335 seconds and 4 git commands to generate.