SHA256
1
0
forked from pool/tig

- Link tig against ncursesw for correct display of non-ASCII

characters like German umlauts.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=21
This commit is contained in:
Bernhard Walle 2012-08-18 07:00:17 +00:00 committed by Git OBS Bridge
parent 1ba0f04099
commit 28801c201c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 17 20:44:56 UTC 2012 - bernhard@bwalle.de
- Link tig against ncursesw for correct display of non-ASCII
characters like German umlauts.
-------------------------------------------------------------------
Fri May 11 20:46:32 UTC 2012 - pascal.bleser@opensuse.org

View File

@ -46,9 +46,7 @@ showing the commit with the log message, diffstat, and the diff.
%patch1
%build
CC=gcc
CFLAGS="%{optflags} -Wall"
export CFLAGS CC
%configure
make prefix=%{_prefix} mandir=%{_mandir}
%install