Another attempt at fixing ECWolf on buildmasters (#11304)

* Another attempt at fixing ECWolf on buildmasters

* Build with debug info
This commit is contained in:
Peppersawce
2024-11-04 11:56:30 +01:00
committed by GitHub
parent 49f390191f
commit 19573cdf2d

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="2"
REVISION="3"
SOURCE_URI="https://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-${portVersion}-src.tar.xz"
CHECKSUM_SHA256="8ebd495d2806c9d0e736656970e736730a005d3b43c7f5729f52c812b22f9e2d"
SOURCE_DIR="ecwolf-${portVersion}-src"
@@ -69,8 +69,8 @@ BUILD()
cmake .. $cmakeDirArgs \
-Wno-dev -Wno-error=dev -Wno-deprecated \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS="-D_DEFAULT_SOURCE -D_GNU_SOURCE"
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-D_DEFAULT_SOURCE -D_GNU_SOURCE"
make $jobArgs
}