diff options
author | Vinicius Monego <monego@posteo.net> | 2024-03-29 19:10:00 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-03-30 08:36:10 -0300 |
commit | 8a683b1628eeb3906922e4e7d14bbbc5e86481a1 (patch) | |
tree | 649afa1b549966ef05b25b4302e4155494aa65b8 /gnu/packages/patches/librecad-support-for-boost-1.76.patch | |
parent | 2e2d37855170ef65e63af43e0f279ccaa1b66960 (diff) |
gnu: librecad: Update to 2.2.0.2.
* gnu/packages/engineering.scm (librecad): Update to 2.2.0.2.
[arguments]<#:phases>: Delete the patch-boost-error, add-missing-headers and
patch-paths phases. Remove trailing #t.
* gnu/packages/patches/librecad-support-for-boost-1.76.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I23cc1a80b2e9e73bdef40575c4104480cc830d8c
Diffstat (limited to 'gnu/packages/patches/librecad-support-for-boost-1.76.patch')
-rw-r--r-- | gnu/packages/patches/librecad-support-for-boost-1.76.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/patches/librecad-support-for-boost-1.76.patch b/gnu/packages/patches/librecad-support-for-boost-1.76.patch deleted file mode 100644 index aa352e669f1..00000000000 --- a/gnu/packages/patches/librecad-support-for-boost-1.76.patch +++ /dev/null @@ -1,17 +0,0 @@ -Upstream commit e02f3580311d50b617427652ff77988f6bd62d9d adding Boost 1.76 -compatibility. - -diff --git a/librecad/src/lib/engine/rs_ellipse.cpp b/librecad/src/lib/engine/rs_ellipse.cpp -index 291f734ea..d47bf6ca4 100644 ---- a/librecad/src/lib/engine/rs_ellipse.cpp -+++ b/librecad/src/lib/engine/rs_ellipse.cpp -@@ -48,6 +48,9 @@ - #include <boost/version.hpp> - #include <boost/math/tools/roots.hpp> - #include <boost/math/special_functions/ellint_2.hpp> -+#if BOOST_VERSION > 104500 -+#include <boost/math/tools/tuple.hpp> -+#endif - #endif - - namespace{ |