pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsndfile Add missing PKGCONFIG_OVERRIDE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/638b7838ed04
branches:  trunk
changeset: 461933:638b7838ed04
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Sep 23 23:28:16 2003 +0000

description:
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed sndfile.pc.

diffstat:

 audio/libsndfile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bbc80e3624ca -r 638b7838ed04 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Tue Sep 23 22:04:09 2003 +0000
+++ b/audio/libsndfile/Makefile Tue Sep 23 23:28:16 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/07/21 16:30:42 martti Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/23 23:28:16 recht Exp $
 #
 
 DISTNAME=      libsndfile-1.0.5
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  http://www.zipworld.com.au/~erikd/libsndfile/
 
@@ -13,6 +14,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE=    sndfile.pc.in
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index