1
0
forked from pool/prboom-plus

Build with CFLAGS=-std=gnu11

This commit is contained in:
2025-06-25 11:08:52 +02:00
parent f7443f24f7
commit 691a3cd0a8
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 25 09:08:35 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Build with CFLAGS=-std=gnu11 to resolve FTBFS.
-------------------------------------------------------------------
Thu Mar 20 21:26:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -66,6 +66,7 @@ PrBoom+ is a conservative Doom source port. It features:
%build
cd prboom2/
export CFLAGS="%optflags -std=gnu11"
%cmake -DDOOMWADDIR="%_datadir/doom" -DPRBOOMDATADIR="%_datadir/doom"
%cmake_build