mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
stockfish: update to 9.
This commit is contained in:
parent
46f60f5002
commit
ed33f3a4eb
2 changed files with 3 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/Makefile.orig 2017-01-11 15:18:46.695935373 +0100
|
|
||||||
+++ src/Makefile 2017-01-11 15:18:52.633935353 +0100
|
|
||||||
@@ -156,8 +156,6 @@
|
|
||||||
ifeq ($(OS),Android)
|
|
||||||
CXXFLAGS += -m$(bits)
|
|
||||||
endif
|
|
||||||
- else
|
|
||||||
- CXXFLAGS += -m$(bits)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(KERNEL),Darwin)
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'stockfish'
|
# Template file for 'stockfish'
|
||||||
pkgname=stockfish
|
pkgname=stockfish
|
||||||
version=8
|
version=9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
wrksrc="${pkgname}-${version}-src"
|
wrksrc="${pkgname}-${version}-src"
|
||||||
|
create_wrksrc=yes
|
||||||
make_build_target="build"
|
make_build_target="build"
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="A free UCI chess engine derived from Glaurung"
|
short_desc="A free UCI chess engine derived from Glaurung"
|
||||||
|
@ -12,7 +13,7 @@ maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://stockfishchess.org/"
|
homepage="http://stockfishchess.org/"
|
||||||
distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip"
|
distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip"
|
||||||
checksum="7bad36f21f649ab24f6d7786bbb1b74b3e4037f165f32e3d42d1ae19c8874ce9"
|
checksum=ba2e72d6973479c8c839c7f4a095d121829ebe8df39b71ebf291c84e5cb3e36e
|
||||||
|
|
||||||
LDFLAGS+="-lpthread"
|
LDFLAGS+="-lpthread"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue