mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: quesoglc: Fix build with gcc-14.
* gnu/packages/game-development.scm (quesoglc)[arguments] <#:configure-flags>: Add CFLAGS to turn pointer checks into warnings. Fixes: guix/guix#1894 Change-Id: I9cca0e190b1eb0d15bf34040df868152beb6424b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
3eb1ceac58
commit
175a368b9c
1 changed files with 4 additions and 0 deletions
|
@ -1490,6 +1490,10 @@ It offers the following features:
|
||||||
(base32
|
(base32
|
||||||
"08ddhywdy2qg17m592ng3yr0p1ih96irg8wg729g75hsxxq9ipks"))))
|
"08ddhywdy2qg17m592ng3yr0p1ih96irg8wg729g75hsxxq9ipks"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
;; Disable added pointer type checks (quesoglc no longer maintained)
|
||||||
|
'("CFLAGS=-Wnoerror=incompatible-pointer-types")))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list fontconfig freeglut fribidi glew))
|
(inputs (list fontconfig freeglut fribidi glew))
|
||||||
(home-page "https://quesoglc.sourceforge.net")
|
(home-page "https://quesoglc.sourceforge.net")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue