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:
Janneke Nieuwenhuizen 2025-01-05 12:38:49 +01:00
parent e330af4d9b
commit ab76ff2b3e
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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"