pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fplll math/fplll: use mk/atomic64.mk, since this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/975e7fbced7f
branches:  trunk
changeset: 384179:975e7fbced7f
user:      he <he%pkgsrc.org@localhost>
date:      Sun Aug 28 18:34:15 2022 +0000

description:
math/fplll: use mk/atomic64.mk, since this wants 8-byte atomics.

diffstat:

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

diffs (17 lines):

diff -r f3ef52c71dcf -r 975e7fbced7f math/fplll/Makefile
--- a/math/fplll/Makefile       Sun Aug 28 16:21:54 2022 +0000
+++ b/math/fplll/Makefile       Sun Aug 28 18:34:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/07/13 19:45:45 alnsn Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/28 18:34:15 he Exp $
 #
 
 DISTNAME=      fplll-5.3.2
@@ -21,6 +21,7 @@
 pre-configure:
        cd ${WRKSRC} && ./autogen.sh
 
+.include "../../mk/atomic64.mk"
 .include "../../devel/gmp/buildlink3.mk"
 BUILDLINK_API_DEPENDS.mpfr+=   mpfr>=2.0.3
 .include "../../math/mpfr/buildlink3.mk"



Home | Main Index | Thread Index | Old Index