From ed33f3a4eb16da0632c5748b68f1f3f9976c6243 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 2 Mar 2018 15:13:58 +0100 Subject: [PATCH] stockfish: update to 9. --- srcpkgs/stockfish/patches/makefile.patch | 11 ----------- srcpkgs/stockfish/template | 5 +++-- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/stockfish/patches/makefile.patch diff --git a/srcpkgs/stockfish/patches/makefile.patch b/srcpkgs/stockfish/patches/makefile.patch deleted file mode 100644 index b1309f141ae..00000000000 --- a/srcpkgs/stockfish/patches/makefile.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/stockfish/template b/srcpkgs/stockfish/template index b44e4b8a272..d9b6785e795 100644 --- a/srcpkgs/stockfish/template +++ b/srcpkgs/stockfish/template @@ -1,10 +1,11 @@ # Template file for 'stockfish' pkgname=stockfish -version=8 +version=9 revision=1 build_style=gnu-makefile build_wrksrc="src" wrksrc="${pkgname}-${version}-src" +create_wrksrc=yes make_build_target="build" hostmakedepends="unzip" short_desc="A free UCI chess engine derived from Glaurung" @@ -12,7 +13,7 @@ maintainer="cipr3s " license="GPL-3" homepage="http://stockfishchess.org/" distfiles="http://stockfish.s3.amazonaws.com/${pkgname}-${version}-src.zip" -checksum="7bad36f21f649ab24f6d7786bbb1b74b3e4037f165f32e3d42d1ae19c8874ce9" +checksum=ba2e72d6973479c8c839c7f4a095d121829ebe8df39b71ebf291c84e5cb3e36e LDFLAGS+="-lpthread"