mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mono@4.9.0: Fix build with gcc 14.
* gnu/packages/dotnet.scm (mono-4.9.0)[arguments]<#:phases>[fix-includes]: Delete phase. [patch-sgen-linking]: New phase. Change-Id: Ieae4853f2e55d5af08aa1b6d7f627ea2238c37a6
This commit is contained in:
parent
29182f4bab
commit
7314d9c184
1 changed files with 6 additions and 0 deletions
|
@ -874,6 +874,12 @@ a C-style programming language from Microsoft that is very similar to Java.")
|
|||
"--with-csc=mcs"))
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'fix-includes)
|
||||
(add-after 'unpack 'patch-sgen-linking
|
||||
(lambda _
|
||||
(substitute* "tools/monograph/Makefile.am"
|
||||
(("/mono/metadata/libmonoruntimesgen-static[.]la")
|
||||
"/mono/metadata/libmonoruntimesgen-static.la $(top_builddir)/mono/sgen/libmonosgen-static.la"))))
|
||||
(add-before 'configure 'set-TZDIR
|
||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
||||
(search-input-directory (or native-inputs inputs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue