webos.novacmd: fix build with gcc 15
This commit is contained in:
@@ -52,6 +52,11 @@ stdenv.mkDerivation rec {
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required(VERSION 2.8.7)" "cmake_minimum_required(VERSION 3.10)"
|
||||
|
||||
# Fix build with newer C standards
|
||||
substituteInPlace include/platform.h \
|
||||
--replace-fail "typedef int bool;" ""
|
||||
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user