mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/wmphoto+: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
dbbc1bae1f
commit
b87cc774e2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ find -L . \
|
|||
|
||||
cd wmphoto
|
||||
make \
|
||||
FLAGS="$SLKCFLAGS"
|
||||
CC="gcc -fgnu89-inline $SLKCFLAGS"
|
||||
|
||||
# Copy executable to the correct location
|
||||
mkdir -p $PKG/usr/bin
|
||||
|
|
Loading…
Reference in a new issue