pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Int128 p5-Math-Int128: doesn't work on 32...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edd1160bbc74
branches:  trunk
changeset: 455296:edd1160bbc74
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 02 12:04:22 2021 +0000

description:
p5-Math-Int128: doesn't work on 32-bit platforms

diffstat:

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

diffs (17 lines):

diff -r 35e2622fa52c -r edd1160bbc74 math/p5-Math-Int128/Makefile
--- a/math/p5-Math-Int128/Makefile      Fri Jul 02 12:03:24 2021 +0000
+++ b/math/p5-Math-Int128/Makefile      Fri Jul 02 12:04:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/24 19:52:58 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/07/02 12:04:22 nia Exp $
 
 DISTNAME=      Math-Int128-0.22
 PKGNAME=       p5-${DISTNAME}
@@ -15,5 +15,7 @@
 
 PERL5_PACKLIST=        auto/Math/Int128/.packlist
 
+BROKEN_ON_PLATFORM+=   ${LP32PLATFORMS}
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index