summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorrh <rh>2002-07-18 02:19:24 +0000
committerrh <rh>2002-07-18 02:19:24 +0000
commit15b6268d663b9dc0a6c91eaec26de46511354092 (patch)
tree623e300dcabd3e58c0a18d12e4086b06d5d92a01 /audio/esound
parenta95c023084a1a3e464e3420c200df783c6315075 (diff)
downloadpkgsrc-15b6268d663b9dc0a6c91eaec26de46511354092.tar.gz
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile3
-rw-r--r--audio/esound/distinfo3
-rw-r--r--audio/esound/patches/patch-ad11
3 files changed, 15 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 39dde48e588..d3dd3c4ad2e 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2002/05/08 14:26:07 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2002/07/18 02:19:27 rh Exp $
DISTNAME= esound-0.2.26
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/}
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index 75a9cde6ac3..46049d9d213 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2002/05/08 14:26:07 wiz Exp $
+$NetBSD: distinfo,v 1.7 2002/07/18 02:19:27 rh Exp $
SHA1 (esound-0.2.26.tar.gz) = dffa3424120b896b879a2ea95f2c495a49dadc45
Size (esound-0.2.26.tar.gz) = 349513 bytes
SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9
SHA1 (patch-ab) = af59f6f254812c082566a1c483aec511deed0819
SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24
+SHA1 (patch-ad) = 288711212e603d9e93415c95797a8698eec19e86
diff --git a/audio/esound/patches/patch-ad b/audio/esound/patches/patch-ad
new file mode 100644
index 00000000000..0452ce3481c
--- /dev/null
+++ b/audio/esound/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.1 2002/07/18 02:19:28 rh Exp $
+
+--- esound.pc.in.orig Tue Apr 23 18:28:28 2002
++++ esound.pc.in
+@@ -7,5 +7,5 @@ Name: esound
+ Description: esound
+ Requires: audiofile
+ Version: @VERSION@
+-Libs: -L${libdir} -lesd
++Libs: -L${libdir} -Wl,-R${libdir} -lesd
+ Cflags: -I${includedir}