Received: by mail.netbsd.org (Postfix, from userid 605) id 0FB0984D5A; Fri, 28 Jun 2019 19:15:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B92E84D4D for ; Fri, 28 Jun 2019 19:15:07 +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 4duXBnbv83Sw for ; Fri, 28 Jun 2019 19:15:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E932F84CD5 for ; Fri, 28 Jun 2019 19:15:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E481CFBF4; Fri, 28 Jun 2019 19:15:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1561749306240390" MIME-Version: 1.0 Date: Fri, 28 Jun 2019 19:15:06 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/ucspi-tcp6 To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20190628191506.E481CFBF4@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. --_----------=_1561749306240390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Jun 28 19:15:06 UTC 2019 Modified Files: pkgsrc/net/ucspi-tcp6: Makefile Log Message: Use CPPFLAGS, not CFLAGS, to perhaps fix CentOS 7 bulk build. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ucspi-tcp6/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1561749306240390 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ucspi-tcp6/Makefile diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.12 pkgsrc/net/ucspi-tcp6/Makefile:1.13 --- pkgsrc/net/ucspi-tcp6/Makefile:1.12 Thu Jun 20 01:06:27 2019 +++ pkgsrc/net/ucspi-tcp6/Makefile Fri Jun 28 19:15:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2019/06/20 01:06:27 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2019/06/28 19:15:06 schmonz Exp $ DISTNAME= ucspi-tcp6-1.10.6 CATEGORIES= net @@ -17,7 +17,7 @@ DJB_SLASHPACKAGE= yes DJB_RESTRICTED= no DJB_CONFIG_DIR= ${WRKSRC} -CFLAGS+= -I${PREFIX}/include/qlibs +CPPFLAGS+= -I${PREFIX}/include/qlibs LDFLAGS+= -L${PREFIX}/lib/qlibs INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 --_----------=_1561749306240390--