aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-07-28 20:25:27 +0000
committerMarius Bakke <marius@gnu.org>2022-09-01 23:37:13 +0200
commit35db5d5ca49ce51b5cd293e2fc15e58429216f13 (patch)
treef5367999840cc7e90b1db43217277c99c08e6120 /gnu/local.mk
parent6f8083e6ecbbb3c2907ebfa08d4ab498a2971c45 (diff)
downloadguix-35db5d5ca49ce51b5cd293e2fc15e58429216f13.tar.gz
guix-35db5d5ca49ce51b5cd293e2fc15e58429216f13.zip
gnu: swig: Fix build with GCC-12.
* gnu/packages/patches/swig-support-gcc-12.patch: New file. * gnu/local.mk: Add it. * gnu/packages/swig.scm (swig)[source]: Add patch. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index dabd3cf0b4..fbb73e2ac5 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1819,6 +1819,7 @@ dist_patch_DATA = \
%D%/packages/patches/superlu-dist-awpm-grid.patch \
%D%/packages/patches/superlu-dist-scotchmetis.patch \
%D%/packages/patches/supertux-unbundle-squirrel.patch \
+ %D%/packages/patches/swig-support-gcc-12.patch \
%D%/packages/patches/swish-e-search.patch \
%D%/packages/patches/swish-e-format-security.patch \
%D%/packages/patches/symmetrica-bruch.patch \