[arch-commits] Commit in soqt/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Oct 9 12:20:11 UTC 2020


    Date: Friday, October 9, 2020 @ 12:20:11
  Author: arodseth
Revision: 722459

Build with the latest version of the coin package to avoid a crash in FreeCAD

Modified:
  soqt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-09 12:05:35 UTC (rev 722458)
+++ PKGBUILD	2020-10-09 12:20:11 UTC (rev 722459)
@@ -8,13 +8,13 @@
 
 pkgname=soqt
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The glue between Coin and Qt'
 arch=(x86_64)
 url='https://github.com/coin3d/soqt'
 license=(GPL)
 depends=(coin qt5-base)
-makedepends=(cmake git ninja doxygen)
+makedepends=(cmake git mesa ninja doxygen)
 # 75d4... is tag SoQt-1.6.0
 # 3ff6... is tag soanydata-1_1_0
 # a006... is tag soxt-1_4_0
@@ -40,6 +40,8 @@
   mkdir -p build
   cd build
   cmake ../soqt \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -Wno-deprecated-declarations" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -Wno-deprecated-declarations" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DSOQT_BUILD_DOC_MAN=ON \



More information about the arch-commits mailing list