diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-08-21 11:58:28 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-21 12:11:25 +0200 |
| commit | cd3ea7d5701eaaec5a9fdb05ee1386e2e1e4255a (patch) | |
| tree | 69d2b6e6a786d6fcdfd734c952a17931046ea619 /gnu/local.mk | |
| parent | 7b45058bec3a9ded802bb22bd9c7d1a4a1825214 (diff) | |
gnu: ploticus: Fix build with GCC 14.
* gnu/packages/patches/ploticus-pointer-types.patch: New file.
* gnu/packages/plotutils.scm (ploticus)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Fixes: guix/guix#1818
Change-Id: I121ca003c9fecc916580e4c949706e853ea74ec7
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2986521b4b0..02204252cba 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2119,6 +2119,7 @@ dist_patch_DATA = \ %D%/packages/patches/plink-endian-detection.patch \ %D%/packages/patches/plib-CVE-2011-4620.patch \ %D%/packages/patches/plib-CVE-2012-4552.patch \ + %D%/packages/patches/ploticus-pointer-types.patch \ %D%/packages/patches/plotutils-spline-test.patch \ %D%/packages/patches/polkit-disable-systemd.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ |
