mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02: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:
committed by
Sharlatan Hellseher
parent
823010478c
commit
9122274303
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user