mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
stockfish: our compilers know their bittiness.
This commit is contained in:
parent
30f38838be
commit
6b47f11c3e
2 changed files with 13 additions and 1 deletions
12
srcpkgs/stockfish/patches/makefile.patch
Normal file
12
srcpkgs/stockfish/patches/makefile.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/Makefile.orig
|
||||
+++ src/Makefile
|
||||
@@ -159,9 +159,6 @@
|
||||
CXXFLAGS += -m$(bits)
|
||||
LDFLAGS += -m$(bits)
|
||||
endif
|
||||
- else
|
||||
- CXXFLAGS += -m$(bits)
|
||||
- LDFLAGS += -m$(bits)
|
||||
endif
|
||||
|
||||
ifneq ($(KERNEL),Darwin)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'stockfish'
|
||||
pkgname=stockfish
|
||||
version=9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
build_wrksrc="src"
|
||||
wrksrc="${pkgname}-${version}-src"
|
||||
|
|
Loading…
Add table
Reference in a new issue