diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-02-11 22:29:44 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-02-14 10:06:04 +0100 |
commit | 2c9f1c438993999b24a156a26571dd7c56efa4e1 (patch) | |
tree | f9d990564645a4de9a19e2ee35d1711bb6347aaf /gnu/packages/patches/freecad-boost-serialization.patch | |
parent | 7241ca87d046ad42b64745e98801fe33fd40a7f9 (diff) |
gnu: freecad: Update to 0.19.3-0.09a05a9.
* gnu/packages/engineering.scm (freecad): Update to 0.19.3-0.09a05a9.
[source]: Remove patches.
[arguments]: Remove unneeded variables for pyside2 and shiboken2 from
'configure-flags'.
* gnu/packages/patches/freecad-boost-serialization.patch: Remove file.
* gnu/packages/patches/freecad-vtk9.patch: Remove file.
* gnu/locak.mk (dist_patch_DATA): Remove "freecad-boost-serialization.patch"
and "freecad-vtk9.patch".
Diffstat (limited to 'gnu/packages/patches/freecad-boost-serialization.patch')
-rw-r--r-- | gnu/packages/patches/freecad-boost-serialization.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/patches/freecad-boost-serialization.patch b/gnu/packages/patches/freecad-boost-serialization.patch deleted file mode 100644 index 374eabc966..0000000000 --- a/gnu/packages/patches/freecad-boost-serialization.patch +++ /dev/null @@ -1,27 +0,0 @@ -Taken from: https://github.com/archlinux/svntogit-community/blob/packages/freecad/trunk/freecad-boost.patch. - -Index: FreeCAD-0.19.2/CMakeLists.txt -=================================================================== ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -46,6 +46,7 @@ if(NOT FREECAD_LIBPACK_USE OR FREECAD_LI - SetupPCL() - SetupPybind11() - SetupBoost() -+ set(Boost_LIBRARIES_App ${Boost_LIBRARIES}) - SetupXercesC() - find_package(ZLIB REQUIRED) - find_package(PyCXX REQUIRED) -Index: FreeCAD-0.19.2/src/App/CMakeLists.txt -=================================================================== ---- a/src/App/CMakeLists.txt -+++ b/src/App/CMakeLists.txt -@@ -59,7 +59,7 @@ include_directories( - - set(FreeCADApp_LIBS - FreeCADBase -- ${Boost_LIBRARIES} -+ ${Boost_LIBRARIES_App} - ) - - if (BUILD_QT5) |