stockfish: our compilers know their bittiness.
This commit is contained in:
parent
30f38838be
commit
6b47f11c3e
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…
x
Reference in New Issue
Block a user