forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=95
This commit is contained in:
parent
09d0581c1a
commit
1e7676ee90
@ -1,6 +1,6 @@
|
||||
--- configure.in
|
||||
+++ configure.in 2010-10-12 08:14:31.000000000 +0000
|
||||
@@ -422,6 +422,7 @@ AC_ARG_ENABLE(overwrite,
|
||||
@@ -419,6 +419,7 @@ AC_ARG_ENABLE(overwrite,
|
||||
[with_overwrite=$enableval],
|
||||
[if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi])
|
||||
AC_MSG_RESULT($with_overwrite)
|
||||
@ -10,11 +10,11 @@
|
||||
AC_ARG_ENABLE(database,
|
||||
--- configure
|
||||
+++ configure 2012-05-30 13:36:24.274067433 +0200
|
||||
@@ -6211,6 +6211,7 @@ else
|
||||
@@ -6021,6 +6021,7 @@ else
|
||||
fi;
|
||||
echo "$as_me:6212: result: $with_overwrite" >&5
|
||||
echo "$as_me:6022: result: $with_overwrite" >&5
|
||||
echo "${ECHO_T}$with_overwrite" >&6
|
||||
+WITH_OVERWRITE="$with_overwrite"
|
||||
|
||||
echo "$as_me:6215: checking if external terminfo-database is used" >&5
|
||||
echo "$as_me:6025: checking if external terminfo-database is used" >&5
|
||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78c83b2e13fda7fc16b43465e095d0c81db89306887266b46e497dfae9a97c5f
|
||||
size 1496058
|
||||
oid sha256:715ddce4de6ae5fc6ce2039f45afeff2bf43317daa2d8996fae6175925d73432
|
||||
size 1652606
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 13:08:00 UTC 2012 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 5.9.20121006
|
||||
+ improve CF_GCC_VERSION to work around Debian's customization of gcc
|
||||
--version message.
|
||||
+ improve configure macros as done in byacc:
|
||||
+ drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
|
||||
has used that for a while.
|
||||
+ add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
|
||||
for experimental use.
|
||||
+ remove unused configure macros.
|
||||
+ modify configure script and makefiles to quiet new autoconf warning
|
||||
for LIBS_TO_MAKE variable.
|
||||
+ modify configure script to show $PATH_SEPARATOR variable.
|
||||
+ update config.guess, config.sub
|
||||
- Add ncurses patch 5.9.20120922
|
||||
+ modify setupterm to set its copy of TERM to "unknown" if configured
|
||||
for the terminal driver and TERM was null or empty.
|
||||
+ modify treatment of TERM variable for MinGW port to allow explicit
|
||||
use of the windows console driver by checking if $TERM is set to
|
||||
"#win32con" or an abbreviation of that.
|
||||
+ undo recent change to fallback definition of vsscanf() to
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 12:50:12 UTC 2012 - werner@suse.de
|
||||
|
||||
|
@ -375,6 +375,7 @@ rm -vf mk-dlls.sh
|
||||
--disable-termcap \
|
||||
--disable-overwrite \
|
||||
--disable-rpath \
|
||||
--disable-rpath-hack \
|
||||
--disable-leaks \
|
||||
--disable-xmc-glitch \
|
||||
--enable-symlinks \
|
||||
|
Loading…
Reference in New Issue
Block a user