mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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:
parent
fa0974d85d
commit
67a8c7fc92
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue