[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65410] [PATCH] gnu: prboom-plus: Fix build.
From: |
宋文武 |
Subject: |
[bug#65410] [PATCH] gnu: prboom-plus: Fix build. |
Date: |
Mon, 21 Aug 2023 18:32:15 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> Am Sonntag, dem 20.08.2023 um 20:55 +0800 schrieb iyzsong@envs.net:
>> + (lambda _
>> + (setenv "CFLAGS" "-fcommon")))
> Could this be added via #:configure-flags?
Yes, updated patch sent, thanks!