Trting to fix buildmaster build (#11251)

This commit is contained in:
Peppersawce
2024-11-02 12:58:02 +01:00
committed by GitHub
parent 5cfb8169f8
commit f931c4f190

View File

@@ -11,7 +11,7 @@ in one directory as one binary plays all supported games."
HOMEPAGE="https://maniacsvault.net/ecwolf/"
COPYRIGHT="2004-2024 the ECWolf team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-${portVersion}-src.tar.xz"
CHECKSUM_SHA256="8ebd495d2806c9d0e736656970e736730a005d3b43c7f5729f52c812b22f9e2d"
SOURCE_DIR="ecwolf-${portVersion}-src"
@@ -70,7 +70,7 @@ BUILD()
cmake .. $cmakeDirArgs \
-Wno-dev -Wno-error=dev -Wno-deprecated \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS="-D_DEFAULT_SOURCE -D_BSD_SOURCE" \
-DCMAKE_C_FLAGS="-D_DEFAULT_SOURCE -D_GNU_SOURCE"
make $jobArgs
}