pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/sentencepiece



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Jul 12 14:52:16 UTC 2023

Modified Files:
        pkgsrc/textproc/sentencepiece: Makefile.common

Log Message:
sentencepiece: Use mk/atomic64.mk as that's required.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/sentencepiece/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/sentencepiece/Makefile.common
diff -u pkgsrc/textproc/sentencepiece/Makefile.common:1.2 pkgsrc/textproc/sentencepiece/Makefile.common:1.3
--- pkgsrc/textproc/sentencepiece/Makefile.common:1.2   Tue Jul 11 06:09:29 2023
+++ pkgsrc/textproc/sentencepiece/Makefile.common       Wed Jul 12 14:52:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2023/07/11 06:09:29 nia Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/07/12 14:52:15 he Exp $
 #
 # used by textproc/sentencepiece/Makefile
 # used by textproc/py-sentencepiece/Makefile
@@ -17,3 +17,5 @@ USE_LANGUAGES=        c c++
 
 # C++17
 GCC_REQD+=     7
+
+.include "../../mk/atomic64.mk"



Home | Main Index | Thread Index | Old Index