me
/
guix
Archived
1
0
Fork 0

gnu: missfits: Fix build.

* gnu/packages/astronomy.scm (missfits)[arguments]:
Add CPPFLAGS to pass build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Sharlatan Hellseher 2023-06-25 22:28:16 +01:00 committed by Tobias Geerinckx-Rice
parent 5df2382842
commit 047b7e55b3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 0 deletions

View File

@ -2678,6 +2678,13 @@ PixInsight. It implements XISF 1.0 specification.")
(sha256
(base32 "04jrd7fsvzr14vdmwgj2f6v97gdcfyjyz6jppml3ghr9xh12jxv5"))))
(build-system gnu-build-system)
(arguments
(list
#:configure-flags
#~(list
;; Address this link error:
;; ld: ... multiple definition of ... first defined here
"CPPFLAGS=-fcommon")))
(home-page "https://www.astromatic.net/software/missfits")
(synopsis "FITS files Maintenance program")
(description