multimedia/lives: Fix build failure.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-07-01 12:21:58 +01:00
parent 8a85fa7328
commit 89ad58162c

View file

@ -73,6 +73,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Don't build toonz plugin (build failure when opencv is present)
# https://sourceforge.net/p/lives/bugs/217/
sed -i -e '/toonz/d' lives-plugins/weed-plugins/Makefile.am
automake
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \