From e69be9a7d39b1451347e6e58b7ad5439c47dfe73 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 29 Apr 1999 10:01:51 +0000 Subject: Properly order linker option output of "esd-config". --- audio/esound/patches/patch-ac | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 audio/esound/patches/patch-ac (limited to 'audio/esound') 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 -- cgit v1.2.3