[arch-commits] Commit in freecad/trunk (freecad-boost.patch)

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 21 19:50:16 UTC 2021


    Date: Thursday, October 21, 2021 @ 19:50:16
  Author: arojas
Revision: 1032055

Commit patch

Added:
  freecad/trunk/freecad-boost.patch

---------------------+
 freecad-boost.patch |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: freecad-boost.patch
===================================================================
--- freecad-boost.patch	                        (rev 0)
+++ freecad-boost.patch	2021-10-21 19:50:16 UTC (rev 1032055)
@@ -0,0 +1,25 @@
+Index: FreeCAD-0.19.2/CMakeLists.txt
+===================================================================
+--- FreeCAD-0.19.2.orig/CMakeLists.txt
++++ FreeCAD-0.19.2/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
+===================================================================
+--- FreeCAD-0.19.2.orig/src/App/CMakeLists.txt
++++ FreeCAD-0.19.2/src/App/CMakeLists.txt
+@@ -59,7 +59,7 @@ include_directories(
+ 
+ set(FreeCADApp_LIBS
+     FreeCADBase
+-    ${Boost_LIBRARIES}
++    ${Boost_LIBRARIES_App}
+ )
+ 
+ if (BUILD_QT5)



More information about the arch-commits mailing list