mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: agg: Fix build with newer freetype.
* gnu/packages/graphics.scm (agg) [arguments]: Add -fpermissive to CXXFLAGS. Change-Id: I49ee36c99802548e7cc9ec4cbed322f95640bfc8
This commit is contained in:
parent
86c5509e28
commit
410c4b6db7
1 changed files with 1 additions and 0 deletions
|
@ -2052,6 +2052,7 @@ understanding different BRDFs (and other component functions).")
|
|||
"/include")
|
||||
(string-append "--x-libraries=" (assoc-ref %build-inputs "libx11")
|
||||
"/lib")
|
||||
"CXXFLAGS=-fpermissive" ;from ‘unsigned char*’ to ‘char*’
|
||||
"--disable-examples")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue