From 72ca2198b8c46339a0aa3bd0f184728aa83ee37a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 22 Oct 2001 11:00:13 +0000 Subject: [PATCH] - fixed: removed basism, set libdir Changed files: esound-esddsp.in.patch -> 1.3 --- esound-esddsp.in.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/esound-esddsp.in.patch b/esound-esddsp.in.patch index 3c40b01..79ebc31 100644 --- a/esound-esddsp.in.patch +++ b/esound-esddsp.in.patch @@ -1,6 +1,6 @@ --- esound-0.2.23/esddsp.in.orig Mon Feb 1 15:38:01 1999 +++ esound-0.2.23/esddsp.in Tue Sep 11 01:29:51 2001 -@@ -11,89 +11,89 @@ +@@ -11,89 +11,92 @@ case "$1" in -h|--help) @@ -137,14 +137,15 @@ + echo "command line: $@" fi --# setup esd to hijack calls made to /dev/dsp + # setup esd to hijack calls made to /dev/dsp -prefix=@prefix@ -exec_prefix=@exec_prefix@ --libdir=@libdir@ + libdir=@libdir@ - -export LD_PRELOAD_PATH=${libdir} -export LD_PRELOAD='libesddsp.so libesd.so' -+export LD_PRELOAD="${libdir}/libesddsp.so.0 ${libdir}/libesd.so.0" - ++LD_PRELOAD="${libdir}/libesddsp.so.0 ${libdir}/libesd.so.0" ++export LD_PRELOAD + # invoke the program with the args given exec "$@" -- 2.44.0