system/fbterm: Fix build for -current.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-06-21 02:41:08 -04:00 committed by Willy Sudiarto Raharjo
parent c86842901f
commit 2d8f80ddaf

View file

@ -9,6 +9,9 @@
# is licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
# 20170621 bkw:
# - fix build on -current
# 20170403 bkw:
# - take over maintenance
# - upgrade for v1.8
@ -72,6 +75,9 @@ TERMINFO=$PKG/usr/share/terminfo
export TERMINFO
mkdir -p $TERMINFO
# -current needs this, it does no harm on 14.2:
SLKCFLAGS="$SLKCFLAGS -Wno-narrowing"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \