development/opencvs: Modified SlackBuild.

Fixes build failure with automake-1.14 on -current.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-07-27 17:21:50 +01:00 committed by Willy Sudiarto Raharjo
parent 5ca7173c4e
commit 2e7b460839

View file

@ -72,6 +72,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Teach the braindead 'bootstrap' script about the 21st century
sed -i -e 's/for v in 11 10 9 8 7 6 5/for v in 14 13 12 11 10 15 16/' bootstrap
./bootstrap
CFLAGS="$SLKCFLAGS" \