pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/sollya math/sollya: add use of atomic64.mk, as th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fa48c8eb5a9
branches:  trunk
changeset: 391012:7fa48c8eb5a9
user:      he <he%pkgsrc.org@localhost>
date:      Mon Jan 02 14:07:51 2023 +0000

description:
math/sollya: add use of atomic64.mk, as that's required.

diffstat:

 math/sollya/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 478cc78cd658 -r 7fa48c8eb5a9 math/sollya/Makefile
--- a/math/sollya/Makefile      Mon Jan 02 13:43:52 2023 +0000
+++ b/math/sollya/Makefile      Mon Jan 02 14:07:51 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/11/23 16:20:36 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/01/02 14:07:51 he Exp $
 
 DISTNAME=      sollya-8.0
 PKGREVISION=   1
@@ -19,6 +19,7 @@
 
 TEST_TARGET=   check
 
+.include "../../mk/atomic64.mk"
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../math/fplll/buildlink3.mk"
 .include "../../math/mpfi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index