games-fps/crispy-doom: Fixed CFLAGS bug

Fixed bug where CFLAGS doesn't respect make.conf settings.

Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
This commit is contained in:
Abdelrahman Sarhan
2024-10-22 15:20:32 -04:00
parent 22675716b6
commit 17d3645a5b
4 changed files with 32 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ DOCS=(
"README.Strife.md"
)
PATCHES=(
${FILESDIR}/${P}-cflags.patch
)
src_prepare() {
default