summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authordanw <danw>2003-11-10 01:14:43 +0000
committerdanw <danw>2003-11-10 01:14:43 +0000
commit182001c2a9bff26fce980261397ff78e9a13bfed (patch)
treeaeba2fc66fdb35d6c7101e39b5a58d4dd4136aa6 /audio/esound
parentb3b480d6b0c1f561ad4ea39dd0de34d7065a8f85 (diff)
downloadpkgsrc-182001c2a9bff26fce980261397ff78e9a13bfed.tar.gz
tweak esd-config.in patch so it doesn't generate a sh syntax error
when buildlink strips out $RPATH_FLAG on Darwin
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/distinfo4
-rw-r--r--audio/esound/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index a3b47b1420f..5c3f7a75bda 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2003/09/07 10:46:06 wiz Exp $
+$NetBSD: distinfo,v 1.17 2003/11/10 01:14:43 danw Exp $
SHA1 (esound-0.2.32.tar.gz) = ad353802accf3ce6254592a76bde9cb9bba4e7d9
Size (esound-0.2.32.tar.gz) = 423553 bytes
SHA1 (patch-aa) = bf90e118cb5106b6328fa455bc9403fce11cb2ed
SHA1 (patch-ab) = 50d4c829fe5d53f28a4a38b1962097b8a47b97c7
-SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24
+SHA1 (patch-ac) = 8ab2eebc32792102a6d74b57f75a4381a218186e
SHA1 (patch-ae) = 0c841359ec01e0f2c9fe421189e42c63c9ce436b
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