summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-29 10:01:51 +0000
committertron <tron@pkgsrc.org>1999-04-29 10:01:51 +0000
commite69be9a7d39b1451347e6e58b7ad5439c47dfe73 (patch)
treed8ed928af37da339eed3e8c50ccd821020cb8cbd /audio
parent01a90f4d6fe766c19c401e8c1c69bd7de718eedf (diff)
downloadpkgsrc-e69be9a7d39b1451347e6e58b7ad5439c47dfe73.tar.gz
Properly order linker option output of "esd-config".
Diffstat (limited to 'audio')
-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