mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/luminance-hdr: Modified SlackBuild.
Fixes build failure with g++-4.9.3 on -current (use clang++). Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fb07b68f4e
commit
5d9bed09d4
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ find -L . \
|
|||
# Fix recent qt5 breakage (thanks be unto Debian)
|
||||
patch -p1 < $CWD/qt5_printsupport.diff
|
||||
|
||||
# Workround build failure with gcc-g++-4.9.3 (mangling bug?)
|
||||
# (fails to link libmvec: "undefined reference to `_ZGVbN4vv_powf'" etc)
|
||||
export CXX=clang++
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue