This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
alsa-oss/alsa-oss-1.0.12-aoss.patch
Patrick Laughton a24a0a4369 auto-import alsa-oss-1.0.12-3.fc6 on branch devel from
alsa-oss-1.0.12-3.fc6.src.rpm
2006-10-06 14:11:15 +00:00

13 lines
436 B
Diff

--- alsa/aoss.in.orig 2005-10-27 14:34:18.000000000 -0400
+++ alsa/aoss.in 2006-04-02 15:53:53.000000000 -0400
@@ -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.0${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
else
exec "$@"
fi