]> git.pld-linux.org Git - packages/esound.git/commitdiff
- fixed: removed basism, set libdir
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Oct 2001 11:00:13 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esound-esddsp.in.patch -> 1.3

esound-esddsp.in.patch

index 3c40b01aad13aacc17e8a125913117f8f17f9003..79ebc31ef6d5c300ba906bfb964d14543bb866af 100644 (file)
@@ -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)
 +      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 "$@"
This page took 0.081693 seconds and 4 git commands to generate.