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:
Danny Milosavljevic 2025-07-30 22:26:46 +02:00 committed by Sharlatan Hellseher
parent 823010478c
commit 9122274303
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)