pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/sollya



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Jan  2 14:07:51 UTC 2023

Modified Files:
        pkgsrc/math/sollya: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/sollya/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/sollya/Makefile
diff -u pkgsrc/math/sollya/Makefile:1.9 pkgsrc/math/sollya/Makefile:1.10
--- pkgsrc/math/sollya/Makefile:1.9     Wed Nov 23 16:20:36 2022
+++ pkgsrc/math/sollya/Makefile Mon Jan  2 14:07:51 2023
@@ -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 @@ CONFIGURE_ARGS+=      --with-xml2-include=${P
 
 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