gnu: geeqie: Fix build.

* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass '-fcommon' to
  CFLAGS.
This commit is contained in:
Guillaume Le Vaillant 2021-09-16 10:33:43 +02:00
parent 7ceafdf072
commit d5d1e5d1d4
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -20,6 +20,7 @@
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -312,7 +313,8 @@ (define-public geeqie
(build-system gnu-build-system)
(arguments
`( ;; Enable support for a "map" pane using GPS data.
#:configure-flags '("--enable-map"
#:configure-flags '("CFLAGS=-fcommon"
"--enable-map"
"--enable-gtk3")))
(inputs
`(("clutter" ,clutter)