Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDD0F84D1B for ; Mon, 13 Nov 2023 15:28:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YkT6je9NkAv7 for ; Mon, 13 Nov 2023 15:28:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14FF284CE3 for ; Mon, 13 Nov 2023 15:28:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01F39FA3D; Mon, 13 Nov 2023 15:28:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699889334261670" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 15:28:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/faad2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113152855.01F39FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699889334261670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 15:28:54 UTC 2023 Modified Files: pkgsrc/audio/faad2: Makefile Log Message: faad2: add PKGCONFIG_OVERRIDE ride update To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/faad2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699889334261670 Content-Disposition: inline Content-Length: 772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/faad2/Makefile diff -u pkgsrc/audio/faad2/Makefile:1.60 pkgsrc/audio/faad2/Makefile:1.61 --- pkgsrc/audio/faad2/Makefile:1.60 Mon Nov 13 15:22:45 2023 +++ pkgsrc/audio/faad2/Makefile Mon Nov 13 15:28:54 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2023/11/13 15:22:45 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2023/11/13 15:28:54 wiz Exp $ DISTNAME= faad2-2.11.0 CATEGORIES= audio @@ -16,6 +16,8 @@ CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 +PKGCONFIG_OVERRIDE= libfaad/faad2.pc.in + post-install: ${INSTALL_DATA} ${WRKSRC}/docs/libfaad.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 ${INSTALL_DATA} ${WRKSRC}/frontend/faad.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/faad.1 --_----------=_1699889334261670--