freebsd-ports/audio/esound/files/patch-esddsp.in
Joe Marcus Clarke a72399e9a9 Fix an LD_PRELOAD in esddsp.
PR:		57610
Submitted by:	James McNaughton <jtm63@rcn.com>
2003-10-05 19:38:38 +00:00

11 lines
384 B
Text

--- esddsp.in.orig Sun Oct 5 15:31:52 2003
+++ esddsp.in Sun Oct 5 15:32:08 2003
@@ -97,7 +97,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-LD_PRELOAD="@libdir@/libesddsp.so.@ESD_MAJOR_VERSION@ @libdir@/libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD"
+LD_PRELOAD="@libdir@/libesddsp.so @libdir@/libesd.so $LD_PRELOAD"
export LD_PRELOAD
# invoke the program with the args given