diff options
author | rh <rh> | 2002-07-18 02:19:24 +0000 |
---|---|---|
committer | rh <rh> | 2002-07-18 02:19:24 +0000 |
commit | 4ac7f258bffa12a1ad492c41740b8a1c0a3aed18 (patch) | |
tree | 623e300dcabd3e58c0a18d12e4086b06d5d92a01 /audio/esound/Makefile | |
parent | f3a995a907e949e1d68f923329a6efc16ccd6d71 (diff) | |
download | pkgsrc-4ac7f258bffa12a1ad492c41740b8a1c0a3aed18.tar.gz |
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 3 |
1 files changed, 2 insertions, 1 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/} |