mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fbterm: Fix build for -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c86842901f
commit
2d8f80ddaf
1 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue