diff --git a/devel/pyside2/BUILD b/devel/pyside2/BUILD
index 8ae6836..0882f0f 100755
--- a/devel/pyside2/BUILD
+++ b/devel/pyside2/BUILD
@@ -1,9 +1,14 @@
SRC=$SOURCE_DIRECTORY/sources/$SPELL &&
cd $SRC &&
CPPFLAGS+="-Wno-cpp" &&
-CXXFLAGS+=" -Wno-deprecated-declarations"
-OPTS+=" -DDISABLE_DOCSTRINGS=1"
+CXXFLAGS+=" -Wno-deprecated-declarations" &&
+OPTS+=" -DDISABLE_DOCSTRINGS=1" &&
OPTS+=' -DBUILD_TESTS=0' &&
+if is_depends_enabled shiboken2 python3; then
+ OPTS+=" -DPYTHON_EXECUTABLE=${TRACK_ROOT}/usr/bin/python3"
+else
+ OPTS+=" -DPYTHON_EXECUTABLE=${TRACK_ROOT}/usr/bin/python"
+fi &&
# install things to /usr
PATH="$QT5DIR/bin/:$PATH" &&
#export PKG_CONFIG_PATH="$QT5DIR/lib/pkgconfig" &&
diff --git a/devel/pyside2/HISTORY b/devel/pyside2/HISTORY
index 07013df..9a6ce67 100644
--- a/devel/pyside2/HISTORY
+++ b/devel/pyside2/HISTORY
@@ -1,3 +1,6 @@
+2019-09-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: fix build by providing path to python executable
+
2019-07-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.13.0
diff --git a/graphics-libs/coin/0001-use-clang.patch
b/graphics-libs/coin/0001-use-clang.patch
deleted file mode 100644
index fcd3a6b..0000000
--- a/graphics-libs/coin/0001-use-clang.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From f7a217352af5baac49ebae46995d6114cefaf2ec Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Fri, 20 Jan 2017 10:53:37 +0100
-Subject: [PATCH] use clang
-
----
- configure | 20 ++++++++++----------
- 1 file changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/configure b/configure
-index ef1131f..02ff22a 100755
---- a/configure
-+++ b/configure
-@@ -3611,7 +3611,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS
$LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}gcc", so it can be a
program name with args.
--set dummy ${ac_tool_prefix}gcc; ac_word=$2
-+set dummy ${ac_tool_prefix}clang; ac_word=$2
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
- $as_echo_n "checking for $ac_word... " >&6; }
- if test "${ac_cv_prog_CC+set}" = set; then :
-@@ -3627,7 +3627,7 @@ do
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x
"$as_dir/$ac_word$ac_exec_ext"; }; then
-- ac_cv_prog_CC="${ac_tool_prefix}gcc"
-+ ac_cv_prog_CC="${ac_tool_prefix}clang"
- $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-@@ -3667,7 +3667,7 @@ do
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x
"$as_dir/$ac_word$ac_exec_ext"; }; then
-- ac_cv_prog_ac_ct_CC="gcc"
-+ ac_cv_prog_ac_ct_CC="clang"
- $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-@@ -5229,7 +5229,7 @@ if test -z "$CXX"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
-- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-+ for ac_prog in clang++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r
xlC
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a
program name with args.
- set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-@@ -5273,7 +5273,7 @@ fi
- fi
- if test -z "$CXX"; then
- ac_ct_CXX=$CXX
-- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-+ for ac_prog in clang++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r
xlC
- do
- # Extract the first word of "$ac_prog", so it can be a program name with
args.
- set dummy $ac_prog; ac_word=$2
-@@ -5316,7 +5316,7 @@ fi
- done
-
- if test "x$ac_ct_CXX" = x; then
-- CXX="g++"
-+ CXX="clang++"
- else
- case $cross_compiling:$ac_tool_warned in
- yes:)
-@@ -7039,8 +7039,8 @@ done
-
-
- if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-- ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-- (test "X$CXX" != "Xg++"))) ; then
-+ ( (test "X$CXX" = "Xclang++" && `clang++ -v >/dev/null 2>&1` ) ||
-+ (test "X$CXX" != "Xclang++"))) ; then
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -11834,8 +11834,8 @@ $as_echo "$as_me: WARNING: using \`LTCC=$LTCC',
extracted from \`$ofile'" >&2;}
- case $tagname in
- CXX)
- if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-- ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-- (test "X$CXX" != "Xg++"))) ; then
-+ ( (test "X$CXX" = "Xclang++" && `clang++ -v >/dev/null 2>&1` ) ||
-+ (test "X$CXX" != "Xclang++"))) ; then
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
---
-2.11.0
-
diff --git a/graphics-libs/coin/BUILD b/graphics-libs/coin/BUILD
index 8f7d211..752b0ed 100755
--- a/graphics-libs/coin/BUILD
+++ b/graphics-libs/coin/BUILD
@@ -1,7 +1,4 @@
-OPTS="$OPTS $COIN_OPTS --with-glu=$INSTALL_ROOT/usr" &&
-OPTS="$OPTS --enable-optimization" &&
-OPTS="$OPTS --enable-exceptions" &&
-OPTS="$OPTS --enable-debug" &&
-OPTS="$OPTS --enable-shared" &&
+OPTS="$OPTS -DUSE_EXCEPTIONS=true" &&
+OPTS="$OPTS -DCOIN_BUILD_SHARED_LIBS=true" &&