pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2023Q2] pkgsrc/math/openfst



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Oct 14 19:46:48 UTC 2023

Modified Files:
        pkgsrc/math/openfst [pkgsrc-2023Q2]: Makefile

Log Message:
math/openfst: add use of mk/atomic64.mk for the benefit of those who need it.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.6.1 pkgsrc/math/openfst/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/openfst/Makefile
diff -u pkgsrc/math/openfst/Makefile:1.7 pkgsrc/math/openfst/Makefile:1.7.6.1
--- pkgsrc/math/openfst/Makefile:1.7    Tue Oct 11 16:35:49 2022
+++ pkgsrc/math/openfst/Makefile        Sat Oct 14 19:46:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/10/11 16:35:49 nros Exp $
+# $NetBSD: Makefile,v 1.7.6.1 2023/10/14 19:46:48 he Exp $
 
 DISTNAME=      openfst-1.8.2
 CATEGORIES=    math
@@ -16,4 +16,5 @@ GCC_REQD+=    8 # needs <charconv> for from
 
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:M*}
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index