summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-06-21 02:41:08 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-24 08:32:49 +0700
commit2d8f80ddaf0639d1683fe60f59c92bd66b6b0d6d (patch)
tree848b047d2cf8e31b8d906205f732e809427f272c /system
parentc86842901f6db3d45b78d21d8819ddd07b21a7f6 (diff)
downloadslackbuilds-2d8f80ddaf0639d1683fe60f59c92bd66b6b0d6d.tar.gz
slackbuilds-2d8f80ddaf0639d1683fe60f59c92bd66b6b0d6d.tar.xz
system/fbterm: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/fbterm/fbterm.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/fbterm/fbterm.SlackBuild b/system/fbterm/fbterm.SlackBuild
index 269c69c8a6..ac9bd910ec 100644
--- a/system/fbterm/fbterm.SlackBuild
+++ b/system/fbterm/fbterm.SlackBuild
@@ -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 \