pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fplll
Module Name: pkgsrc
Committed By: he
Date: Sun Aug 28 18:34:15 UTC 2022
Modified Files:
pkgsrc/math/fplll: Makefile
Log Message:
math/fplll: use mk/atomic64.mk, since this wants 8-byte atomics.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/fplll/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/fplll/Makefile
diff -u pkgsrc/math/fplll/Makefile:1.2 pkgsrc/math/fplll/Makefile:1.3
--- pkgsrc/math/fplll/Makefile:1.2 Mon Jul 13 19:45:45 2020
+++ pkgsrc/math/fplll/Makefile Sun Aug 28 18:34:15 2022
@@ -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 @@ TEST_TARGET= check
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