mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-pdl-2.019: Fix build.
* gnu/packages/perl-maths.scm (perl-pdl-2.019)[arguments]<#:make-maker-flags>: Add "-Wno-error=implicit-function-declaration". Change-Id: I80c7be7b5b09c65c9c0fd3b3973e2ae13dc53546 Change-Id: I2f60584c8d4d33411ba04e5333462e4d15643f6f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
823010478c
commit
9122274303
1 changed files with 4 additions and 1 deletions
|
@ -125,7 +125,10 @@ using a list of (X, Y) pairs.")
|
|||
(search-patches "pdl-2.019-glut-bitmap-fonts.patch"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:make-maker-flags
|
||||
;; This is required because of "gsl_set_error_handler_off".
|
||||
`("OPTIMIZE=-O2 -Wno-error=implicit-function-declaration")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-includes
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue