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:
David Spencer 2015-09-07 13:41:05 +01:00 committed by Willy Sudiarto Raharjo
parent fb07b68f4e
commit 5d9bed09d4

View file

@ -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 \