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 921FD7A1AE for ; Mon, 29 May 2017 13:23:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4367784D97; Mon, 29 May 2017 13:23:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C615D84DFD for ; Mon, 29 May 2017 13:23:41 +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 OsQbH7jDVMDm for ; Mon, 29 May 2017 13:23:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65B4784D74 for ; Mon, 29 May 2017 13:23:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 640B1FBE4; Mon, 29 May 2017 13:23:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496064221137790" MIME-Version: 1.0 Date: Mon, 29 May 2017 13:23:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pkgconf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170529132341.640B1FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496064221137790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 29 13:23:41 UTC 2017 Modified Files: pkgsrc/devel/pkgconf: Makefile Log Message: This uses libtool. Fixes PR 52261. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pkgconf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496064221137790 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pkgconf/Makefile diff -u pkgsrc/devel/pkgconf/Makefile:1.10 pkgsrc/devel/pkgconf/Makefile:1.11 --- pkgsrc/devel/pkgconf/Makefile:1.10 Fri May 5 01:55:56 2017 +++ pkgsrc/devel/pkgconf/Makefile Mon May 29 13:23:41 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/05/05 01:55:56 mef Exp $ +# $NetBSD: Makefile,v 1.11 2017/05/29 13:23:41 wiz Exp $ DISTNAME= pkgconf-1.3.5 CATEGORIES= devel @@ -14,6 +14,7 @@ CONFLICTS+= pkg-config-[0-9]* .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-system-libdir=/usr/lib \ --with-system-includedir=/usr/include MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 --_----------=_1496064221137790--