mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ftgl: Fix build with newer freetype.
* gnu/packages/gl.scm (ftgl) [arguments]: Add -fpermissive to CXXFLAGS. Change-Id: Id9d7c14b608c8352898467ecdff708b2b752b09c
This commit is contained in:
parent
f9170a9def
commit
86c5509e28
1 changed files with 4 additions and 1 deletions
|
@ -186,7 +186,10 @@ the X-Consortium license.")
|
|||
"0zjs1h9w30gajq9lndzvjsa26rsmr1081lb1fbpbj10yhcdcsc79"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
`(#:configure-flags
|
||||
'("--disable-static"
|
||||
;; XXX: FTVectoriser.cpp: conversion from ‘unsigned char*’ to ‘char*’
|
||||
"CXXFLAGS=-fpermissive")))
|
||||
;; The pkg-config file lists "freetype2" as Requires.private.
|
||||
(propagated-inputs (list freetype))
|
||||
(inputs (list libx11 mesa glu))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue