diff options
author | he <he@pkgsrc.org> | 2022-09-17 17:25:54 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2022-09-17 17:25:54 +0000 |
commit | b5735f426d0ec48408d41607dba3ee4fd968dc7c (patch) | |
tree | a5fcfd48a3f020fafd631b38fba004a843238a8d /games | |
parent | 78c146d54d511b2ee14e300f44bfc2cde48fa759 (diff) | |
download | pkgsrc-b5735f426d0ec48408d41607dba3ee4fd968dc7c.tar.gz |
games/stockfish: use mk/atomic64.mk since this uses that feature.
Fixes build on NetBSD/macppc.
Diffstat (limited to 'games')
-rw-r--r-- | games/stockfish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 9eef1d5f8b5..af8c78c1f6f 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -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" |