SHA256
6
0
forked from pool/ncurses
2014-01-20 13:51:11 +00:00
committed by Git OBS Bridge
parent 534d8b637f
commit fa4e719645
3 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ncurses
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -322,9 +322,9 @@ rm -vf mk-dlls.sh
test ! -f /.buildenv || . /.buildenv
OPATH=$PATH
%ifarch s390x s390
FALLBK="xterm,linux,vt100,vt102"
%else
FALLBK="xterm,ibm327x,vt100,vt102,vt220"
%else
FALLBK="xterm,linux,vt100,vt102"
%endif
CC=gcc
CXX=g++