pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/stockfish games/stockfish: use mk/atomic64.mk si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc7218751a37
branches:  trunk
changeset: 385446:fc7218751a37
user:      he <he%pkgsrc.org@localhost>
date:      Sat Sep 17 17:25:54 2022 +0000

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

Fixes build on NetBSD/macppc.

diffstat:

 games/stockfish/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 21b13d101a3c -r fc7218751a37 games/stockfish/Makefile
--- a/games/stockfish/Makefile  Sat Sep 17 17:17:44 2022 +0000
+++ b/games/stockfish/Makefile  Sat Sep 17 17:25:54 2022 +0000
@@ -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 @@
        ${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