$OpenBSD: patch-artsc_artsdsp_in,v 1.2 2008/08/26 16:52:28 espie Exp $
--- artsc/artsdsp.in.orig	Tue Aug 19 20:10:01 2008
+++ artsc/artsdsp.in	Wed Aug 20 21:43:07 2008
@@ -93,9 +93,9 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 
 if test "$single_thread" = 1; then
-  LD_PRELOAD=${exec_prefix}/\$LIB/libartsdsp_st.so.0
+  LD_PRELOAD=${exec_prefix}/\$LIB/libartsdsp_st.so
 else
-  LD_PRELOAD=${exec_prefix}/\$LIB/libartsdsp.so.0:${exec_prefix}/\$LIB/libartsc.so.0
+  LD_PRELOAD=${exec_prefix}/\$LIB/libartsdsp.so:${exec_prefix}/\$LIB/libartsc.so.0
 fi
 if test -f ${exec_prefix}/\$LIB/libdl.so.2; then
   LD_PRELOAD=$LD_PRELOAD:${exec_prefix}/\$LIB/libdl.so.2
