diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-02-01 20:00:31 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-02-01 20:06:25 +0100 |
commit | 787b13a5d9df8f0cc7170de1b80cead68b516c66 (patch) | |
tree | 1399b14d16ea0ebacbfd587bfc07c7cb0529ee71 /gnu/local.mk | |
parent | f07459ea05c06b8bc7dff92285e652d2449dd45b (diff) | |
download | guix-787b13a5d9df8f0cc7170de1b80cead68b516c66.tar.gz |
gnu: librecad: Fix build with boost 1.76.
Fixes <https://issues.guix.gnu.org/53694>. * gnu/packages/patches/librecad-support-for-boost-1.76.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (librecad)[source]: Use it.
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 1788c4e110..9969bc67cb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1408,6 +1408,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmygpo-qt-missing-qt5-modules.patch \ %D%/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch \ %D%/packages/patches/libquicktime-ffmpeg.patch \ + %D%/packages/patches/librecad-support-for-boost-1.76.patch \ %D%/packages/patches/libssh2-CVE-2019-17498.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ %D%/packages/patches/libtgvoip-disable-sse2.patch \ |