diff options
author | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
commit | e525650d57c64ed0d063922256be9d4729b94bf6 (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /audio/esound | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
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, 3 insertions, 14 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 134d12cd5bf..aaada47dad1 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/10/03 12:21:29 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2002/10/30 03:09:25 rh Exp $ DISTNAME= esound-0.2.29 CATEGORIES= audio @@ -11,6 +11,7 @@ COMMENT= the Enlightened sound daemon USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/esound.pc.in GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/audio/esound/distinfo b/audio/esound/distinfo index 905a651ddda..bd72cace618 100644 --- a/audio/esound/distinfo +++ b/audio/esound/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.11 2002/10/03 12:21:29 jlam Exp $ +$NetBSD: distinfo,v 1.12 2002/10/30 03:09:25 rh Exp $ SHA1 (esound-0.2.29.tar.gz) = fea170b3453a14d5a4cdbf3ab9a578f0a423ebd9 Size (esound-0.2.29.tar.gz) = 364819 bytes SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9 SHA1 (patch-ab) = 50d4c829fe5d53f28a4a38b1962097b8a47b97c7 SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24 -SHA1 (patch-ad) = 288711212e603d9e93415c95797a8698eec19e86 SHA1 (patch-ae) = f0e06658e7cd1f19da089c20f0b89ff89ca5a10f diff --git a/audio/esound/patches/patch-ad b/audio/esound/patches/patch-ad deleted file mode 100644 index 9b82d999cb7..00000000000 --- a/audio/esound/patches/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2002/08/25 18:38:07 jlam 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} |