mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pidgin: Fix build with gcc-14.
* gnu/packages/messaging.scm (pidgin)[arguments]: Extend CFLAGS to relax gcc-14's strictness. Change-Id: Ic36a32d02d3051ea7639c2d47933b0293b72fb89
This commit is contained in:
parent
5424da4ccd
commit
9667f6adcd
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
;;; Copyright © 2024, 2025 Igor Goryachev <igor@goryachev.org>
|
||||
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
|
||||
;;; Copyright © 2025 Evgeny Pisemsky <mail@pisemsky.site>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1050,6 +1051,10 @@ authentication.")
|
|||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
(string-append "CFLAGS=-I"
|
||||
(assoc-ref %build-inputs "gst-plugins-base")
|
||||
"/include/gstreamer-1.0"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
;; XXX: Disable voice and video calls until Farstream is back to life:
|
||||
;; <https://issues.guix.gnu.org/75739>.
|
||||
"--disable-vv"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue