From 92059d2075d7eddb4b79ee277e3fbb7c16faa69f Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 4 Apr 2009 23:41:00 +0000 Subject: [PATCH] ncurses 5.7 - patch 20090404 + suppress configure check for static/dynamic linker flags for gcc on Darwin (report by Nelson Beebe). --- NEWS | 6 +++++- aclocal.m4 | 6 +++--- configure | 2 +- dist.mk | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 974289a6..4fd2b313 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.1378 2009/03/28 23:26:18 tom Exp $ +-- $Id: NEWS,v 1.1379 2009/04/04 22:35:29 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,10 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20090404 + + suppress configure check for static/dynamic linker flags for gcc on + Darwin (report by Nelson Beebe). + 20090328 + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving function key definitions from emx-base for consistency -TD diff --git a/aclocal.m4 b/aclocal.m4 index 1fda136c..5fa7854c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -28,7 +28,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.486 2009/03/28 19:15:23 Charles.Wilson Exp $ +dnl $Id: aclocal.m4,v 1.487 2009/04/04 22:32:42 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -2197,7 +2197,7 @@ ifdef([AC_FUNC_FSEEKO],[ ]) ]) dnl --------------------------------------------------------------------------- -dnl CF_LDFLAGS_STATIC version: 6 updated: 2009/03/14 14:03:25 +dnl CF_LDFLAGS_STATIC version: 7 updated: 2009/04/04 18:31:04 dnl ----------------- dnl Check for compiler/linker flags used to temporarily force usage of static dnl libraries. This depends on the compiler and platform. Use this to help @@ -2207,7 +2207,7 @@ AC_DEFUN([CF_LDFLAGS_STATIC],[ if test "$GCC" = yes ; then case $cf_cv_system_name in #( - OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]) #( vi + OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]|darwin*) #( vi LDFLAGS_STATIC= LDFLAGS_SHARED= ;; diff --git a/configure b/configure index 55027db0..2410394e 100755 --- a/configure +++ b/configure @@ -16908,7 +16908,7 @@ normal|debug|profile) if test "$GCC" = yes ; then case $cf_cv_system_name in #( - OS/2*|os2*|aix[4]*|solaris2.1[0-9]) #( vi + OS/2*|os2*|aix[4]*|solaris2.1[0-9]|darwin*) #( vi LDFLAGS_STATIC= LDFLAGS_SHARED= ;; diff --git a/dist.mk b/dist.mk index 782816bf..59d6c2a1 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.691 2009/03/28 18:10:38 tom Exp $ +# $Id: dist.mk,v 1.692 2009/04/04 18:57:01 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 NCURSES_MINOR = 7 -NCURSES_PATCH = 20090328 +NCURSES_PATCH = 20090404 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) -- 2.44.0