mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa-utils: Fix build for gcc-14.
* gnu/packages/gl.scm (mesa-utils)[arguments]<#:configure-flags>: Add "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types". Change-Id: I21ba52e18a70c01996af45997707872528e8b55e
This commit is contained in:
parent
290281b3ad
commit
232af934ea
1 changed files with 2 additions and 0 deletions
|
@ -725,6 +725,8 @@ from software emulation to complete hardware acceleration for modern GPUs.")
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:configure-flags
|
||||||
|
#~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue