SHA256
3
0
forked from pool/ncurses
Dr. Werner Fink 2014-07-28 11:16:49 +00:00 committed by Git OBS Bridge
parent d835ffe32e
commit cdae9749d9
3 changed files with 18 additions and 4 deletions

View File

@ -12,9 +12,9 @@
+++ configure 2013-09-30 09:17:51.710735838 +0000
@@ -6390,6 +6390,7 @@ else
fi;
echo "$as_me:6392: result: $with_overwrite" >&5
echo "$as_me:6455: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6395: checking if external terminfo-database is used" >&5
echo "$as_me:6458: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cc28ee8fe68d82cb0acb83a4c9c1b6b807e0bbe4d20f29a63d60e11bece346a
size 3618996
oid sha256:32104b366b7728d42bdb357bef48fd52cd2a5b4d63bf7c5af465dabfb940ae57
size 3765092

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 28 11:16:06 UTC 2014 - werner@suse.de
- Add ncurses patch 20140726
+ eliminate some redundant -I options used for building libraries, and
ensure that ${srcdir} is added to the include-options (prompted by
discussion with Paul Gilmartin).
+ modify configure script to work with Minix3.2
+ add form library extension O_DYNAMIC_JUSTIFY option which can be
used to override the different treatment of justification for static
versus dynamic fields (adapted from patch by Leon Winter).
+ add a null pointer check in test/edit_field.c (report/analysis by
Leon Winter, cf: 20130608).
-------------------------------------------------------------------
Mon Jul 14 08:57:10 UTC 2014 - werner@suse.de