pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Pari p5-Math-Pari: apply -DUSE_STANDALONE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1988c67a65f5
branches:  trunk
changeset: 383282:1988c67a65f5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 17 09:01:51 2022 +0000

description:
p5-Math-Pari: apply -DUSE_STANDALONE_PARILIB on all platforms

diffstat:

 math/p5-Math-Pari/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e4650c9da1f8 -r 1988c67a65f5 math/p5-Math-Pari/Makefile
--- a/math/p5-Math-Pari/Makefile        Wed Aug 17 08:18:24 2022 +0000
+++ b/math/p5-Math-Pari/Makefile        Wed Aug 17 09:01:51 2022 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index