mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
cdogs-sdl: yet more warnings to disable for *-musl
Tested locally this time :P Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
c529a1a227
commit
39a82b7d24
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz"
|
||||||
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
|
checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52
|
||||||
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
|
||||||
|
|
||||||
CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow"
|
CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
|
sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue