summaryrefslogtreecommitdiff
path: root/audio/esound/patches
diff options
context:
space:
mode:
authortron <tron>1999-04-29 10:01:51 +0000
committertron <tron>1999-04-29 10:01:51 +0000
commitc885accbd3607c55271492219d4d9cf6e5558b37 (patch)
treed8ed928af37da339eed3e8c50ccd821020cb8cbd /audio/esound/patches
parent4166b6f8053c49b7174cb6ccd0032d9bff2552e8 (diff)
downloadpkgsrc-c885accbd3607c55271492219d4d9cf6e5558b37.tar.gz
Properly order linker option output of "esd-config".
Diffstat (limited to 'audio/esound/patches')
-rw-r--r--audio/esound/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/esound/patches/patch-ac b/audio/esound/patches/patch-ac
new file mode 100644
index 00000000000..5e04d92abc7
--- /dev/null
+++ b/audio/esound/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 1999/04/29 10:01:51 tron Exp $
+
+--- esd-config.in.orig Mon Feb 8 17:13:34 1999
++++ esd-config.in Thu Apr 29 11:58:13 1999
+@@ -54,9 +54,9 @@
+ ;;
+ --libs)
+ my_audiofile_libs=
+- libdirs=-L@libdir@
++ libdirs="-L@libdir@ -Wl,-R@libdir@"
+ for i in $audiofile_libs ; do
+- if test $i != -L@libdir@ ; then
++ if test $i != -L@libdir@ -a $i != -Wl,-R@libdir@; then
+ if test -z "$my_audiofile_libs" ; then
+ my_audiofile_libs="$i"
+ else