summaryrefslogtreecommitdiff
path: root/audio/esound/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/patches')
-rw-r--r--audio/esound/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/esound/patches/patch-ac b/audio/esound/patches/patch-ac
index def45de84d8..a6970896817 100644
--- a/audio/esound/patches/patch-ac
+++ b/audio/esound/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2002/04/29 08:40:28 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2003/11/10 01:14:43 danw Exp $
--- esd-config.in.orig Fri Feb 5 23:34:19 1999
+++ esd-config.in
@@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.2 2002/04/29 08:40:28 wiz Exp $
+ 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 $i != -L@libdir@ -a "$i" != "-Wl,-R@libdir@"; then
if test -z "$my_audiofile_libs" ; then
my_audiofile_libs="$i"
else