Received: by mail.netbsd.org (Postfix, from userid 605) id 5F12284FB7; Wed, 17 Aug 2022 09:01:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9807A84EC2 for ; Wed, 17 Aug 2022 09:01:52 +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 mxHzs1wfywcZ for ; Wed, 17 Aug 2022 09:01:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE51184D9B for ; Wed, 17 Aug 2022 09:01:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5D9DFB1A; Wed, 17 Aug 2022 09:01:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166072691184840" MIME-Version: 1.0 Date: Wed, 17 Aug 2022 09:01:51 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/math/p5-Math-Pari To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220817090151.E5D9DFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166072691184840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Aug 17 09:01:51 UTC 2022 Modified Files: pkgsrc/math/p5-Math-Pari: Makefile Log Message: p5-Math-Pari: apply -DUSE_STANDALONE_PARILIB on all platforms To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/math/p5-Math-Pari/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166072691184840 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-Pari/Makefile diff -u pkgsrc/math/p5-Math-Pari/Makefile:1.61 pkgsrc/math/p5-Math-Pari/Makefile:1.62 --- pkgsrc/math/p5-Math-Pari/Makefile:1.61 Tue Aug 2 08:39:47 2022 +++ pkgsrc/math/p5-Math-Pari/Makefile Wed Aug 17 09:01:51 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2022/08/02 08:39:47 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2022/08/17 09:01:51 tnn Exp $ DISTNAME= Math-Pari-2.030523 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ LICENSE= gnu-gpl-v2 #MAKE_ENV+= MP_NOGNUPLOT=1 MAKE_PARAMS+= pariprefix=${PREFIX:Q} PERL5_PACKLIST= auto/Math/Pari/.packlist -CFLAGS.NetBSD+= -DUSE_STANDALONE_PARILIB=1 +CFLAGS+= -DUSE_STANDALONE_PARILIB=1 post-extract: ${RM} ${WRKSRC}/libPARI/Makefile.PL --_----------=_166072691184840--