mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Another attempt at fixing ECWolf on buildmasters (#11304)
* Another attempt at fixing ECWolf on buildmasters * Build with debug info
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user