pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-Int128



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jul  2 12:04:22 UTC 2021

Modified Files:
        pkgsrc/math/p5-Math-Int128: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-Int128/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Math-Int128/Makefile
diff -u pkgsrc/math/p5-Math-Int128/Makefile:1.4 pkgsrc/math/p5-Math-Int128/Makefile:1.5
--- pkgsrc/math/p5-Math-Int128/Makefile:1.4     Mon May 24 19:52:58 2021
+++ pkgsrc/math/p5-Math-Int128/Makefile Fri Jul  2 12:04:22 2021
@@ -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 @@ DEPENDS+=     p5-Math-Int64-[0-9]*:../../mat
 
 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