diff options
author | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
commit | db7a881c685e052c925e41baff581d6850aa35fa (patch) | |
tree | 623e300dcabd3e58c0a18d12e4086b06d5d92a01 /audio/esound | |
parent | 93b726dd326936702766c2793b2985b1ac600966 (diff) | |
download | pkgsrc-db7a881c685e052c925e41baff581d6850aa35fa.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/Makefile | 3 | ||||
-rw-r--r-- | audio/esound/distinfo | 3 | ||||
-rw-r--r-- | audio/esound/patches/patch-ad | 11 |
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} |