Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EFAEF7A215 for ; Sun, 21 Aug 2016 21:29:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9F58A85EBE; Sun, 21 Aug 2016 21:29:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30B4D85EB2 for ; Sun, 21 Aug 2016 21:29:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eYgGB_WIaZf0 for ; Sun, 21 Aug 2016 21:29:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C68EA85E57 for ; Sun, 21 Aug 2016 21:29:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C177EFBC3; Sun, 21 Aug 2016 21:29:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471814948159700" MIME-Version: 1.0 Date: Sun, 21 Aug 2016 21:29:08 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/libdbi To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160821212908.C177EFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471814948159700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Sun Aug 21 21:29:08 UTC 2016 Modified Files: pkgsrc/databases/libdbi: Makefile Log Message: Add forgotten PKGCONFIG_OVERRIDE, thanks wiz@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/libdbi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471814948159700 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/libdbi/Makefile diff -u pkgsrc/databases/libdbi/Makefile:1.4 pkgsrc/databases/libdbi/Makefile:1.5 --- pkgsrc/databases/libdbi/Makefile:1.4 Sun Aug 21 19:14:07 2016 +++ pkgsrc/databases/libdbi/Makefile Sun Aug 21 21:29:08 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/08/21 19:14:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2016/08/21 21:29:08 fhajny Exp $ # DISTNAME= libdbi-0.9.0 @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-dependency-tracking CONFIGURE_ARGS+= --disable-docs +PKGCONFIG_OVERRIDE= dbi.pc.in + AUTO_MKDIRS= yes .include "../../mk/bsd.pkg.mk" --_----------=_1471814948159700--