pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stockfish



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Sep 17 17:25:54 UTC 2022

Modified Files:
        pkgsrc/games/stockfish: Makefile

Log Message:
games/stockfish: use mk/atomic64.mk since this uses that feature.

Fixes build on NetBSD/macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/stockfish/Makefile

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

Modified files:

Index: pkgsrc/games/stockfish/Makefile
diff -u pkgsrc/games/stockfish/Makefile:1.2 pkgsrc/games/stockfish/Makefile:1.3
--- pkgsrc/games/stockfish/Makefile:1.2 Fri Dec 20 00:00:55 2019
+++ pkgsrc/games/stockfish/Makefile     Sat Sep 17 17:25:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/12/20 00:00:55 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/17 17:25:54 he Exp $
 
 DISTNAME=      stockfish-9-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -23,4 +23,5 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/stockfish ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKDIR}/Readme.md ${DESTDIR}${PREFIX}/share/doc/stockfish
 
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index