Date: Friday, October 9, 2020 @ 12:50:05 Author: arodseth Revision: 722461
Use the latest version of soqt and coin to avoid crashing when loading example files Modified: freecad/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-09 12:20:16 UTC (rev 722460) +++ PKGBUILD 2020-10-09 12:50:05 UTC (rev 722461) @@ -10,7 +10,7 @@ pkgname=freecad pkgver=0.18.4 -pkgrel=1 +pkgrel=2 pkgdesc='General purpose 3D CAD modeler' arch=(x86_64) url='https://freecadweb.org/' @@ -55,6 +55,9 @@ ! -wholename "*/Mod/PartDesign/*" \ -name "*.cpp" -type f \ -exec sed -i '1i using namespace std;' {} \; + + # Add missing include + sed -i '1i \#include <Inventor\/SbByteBuffer.h>' Gui/Quarter/QuarterWidget.cpp } build() {
