multimedia/lives: Fix build failure.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
8a85fa7328
commit
89ad58162c
|
@ -73,6 +73,11 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-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" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in New Issue