diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-11-29 15:40:11 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-11-30 21:27:13 +0100 |
commit | 6805ab3290f54cd1859f54e23d0213b110b07764 (patch) | |
tree | fbd9450d1646dd5ab5dc9bb95b7efea6b00d5982 /gnu/local.mk | |
parent | 2d0c5e2477edc34819a8ee1c48aad306e0801bc1 (diff) |
gnu: freecad: Fix build.
* gnu/packages/patches/freecad-boost-serialization.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (freecad) [source]: Use it.
[arguments]{#:configure-flags}: Turn it into a GEXP and adapt 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 bed3550878..624e190cc2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1056,6 +1056,7 @@ dist_patch_DATA = \ %D%/packages/patches/fp16-system-libraries.patch \ %D%/packages/patches/fpc-reproducibility.patch \ %D%/packages/patches/fplll-std-fenv.patch \ + %D%/packages/patches/freecad-boost-serialization.patch \ %D%/packages/patches/freecad-vtk9.patch \ %D%/packages/patches/freedink-engine-fix-sdl-hints.patch \ %D%/packages/patches/freedink-engine-fix-sdl-hints.patch \ |