mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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
e330af4d9b
commit
ab76ff2b3e
1 changed files with 3 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
|||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
|
||||
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1028,7 +1029,8 @@ (define-public pidgin
|
|||
(list
|
||||
(string-append "CFLAGS=-I"
|
||||
(assoc-ref %build-inputs "gst-plugins-base")
|
||||
"/include/gstreamer-1.0")
|
||||
"/include/gstreamer-1.0"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
"--disable-gtkspell"
|
||||
"--disable-gevolution"
|
||||
"--enable-cap"
|
||||
|
|
Loading…
Reference in a new issue