diff options
author | Greg Hogan <code@greghogan.com> | 2025-07-17 17:17:59 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:54 +0200 |
commit | 3ec3199fbb81c7115f3f70b03aff4350b8d5660a (patch) | |
tree | 6a68ee6aa6fcd1969333f9b2d2142dcbbecf2f32 /gnu/packages/xml.scm | |
parent | 0c8ef1e38f1acc1adb9a54d3e03ce66a25e6836e (diff) |
gnu: perl-xml-libxml: Fix build with clang 16+.
* gnu/packages/patches/perl-xml-libxml-fix-function-prototypes.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/xml.scm (perl-xml-libxml)[origin]: Apply patch.
Change-Id: Ib0be83bbf149af6c3f8a477c24159fbd975fc06b
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index e6c973428f..0911965680 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -655,7 +655,9 @@ with XML in Perl. libxml-perl software works in combination with "XML-LibXML-" version ".tar.gz")) (sha256 (base32 - "1ks69xymv6zkj7hvaymjvb78ch81abri7kg4zrwxhdfsqb8a9g7h")))) + "1ks69xymv6zkj7hvaymjvb78ch81abri7kg4zrwxhdfsqb8a9g7h")) + ;; Remove patch with update to version 2.0210. + (patches (search-patches "perl-xml-libxml-fix-function-prototypes.patch")))) (build-system perl-build-system) (propagated-inputs (list perl-xml-namespacesupport perl-xml-sax)) |