graphics/photivo: Fix build with new GCC.

Big thanks to Thomas Morper.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thomas Morper 2016-05-31 08:56:41 +07:00 committed by Willy Sudiarto Raharjo
parent fa0974d85d
commit 67a8c7fc92
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -73,6 +73,8 @@ find -L . \
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/lensfun
qmake CONFIG+=WithGimp photivo.pro PREFIX=/usr
CFLAGS="$SLKCFLAGS -fno-finite-math-only" \
CXXFLAGS="$SLKCFLAGS -fno-finite-math-only" \
make
make install INSTALL_ROOT=$PKG