diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2019-07-29 20:42:04 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-07-29 20:42:04 +0000 |
| commit | 1cd727e10ee2274dcd505feb7eec9b33e6008ec1 (patch) | |
| tree | 570193136da34c13b8e34630c734365f9d5859ef /textproc/aspell/files/patch-configure | |
| parent | - Drop maintainership (diff) | |
Upgrade to 0.60.7.
Changelog at <http://aspell.net/man-html/ChangeLog.html>.
Notes
Notes:
svn path=/head/; revision=507594
Diffstat (limited to 'textproc/aspell/files/patch-configure')
| -rw-r--r-- | textproc/aspell/files/patch-configure | 37 |
1 files changed, 14 insertions, 23 deletions
diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure index 66aaa5e2b6a2..bc76a92d3af9 100644 --- a/textproc/aspell/files/patch-configure +++ b/textproc/aspell/files/patch-configure @@ -1,31 +1,22 @@ ---- configure.orig 2008-04-07 06:31:31.000000000 +0200 -+++ configure 2008-04-16 20:55:32.000000000 +0200 -@@ -3505,7 +3505,7 @@ - fi - - --if test "$GXX" = "yes" && expr "$CXXFLAGS" : '.*-O' > /dev/null -+if test "$GXX" = "yes" && expr -- "$CXXFLAGS" : '.*-O' > /dev/null - then - CXXFLAGS="$CXXFLAGS -fno-exceptions" - fi -@@ -18179,7 +18179,7 @@ +--- configure.orig 2019-07-29 06:38:03 UTC ++++ configure +@@ -18289,7 +18289,7 @@ _ACEOF + if ac_fn_cxx_try_link "$LINENO"; then : CURSES_LIB=-lncurses - cat >>confdefs.h <<\_ACEOF --#define CURSES_HEADER <ncurses/curses.h> -+#define CURSES_HEADER <ncurses/ncurses.h> - _ACEOF +-$as_echo "#define CURSES_HEADER <ncurses/curses.h>" >>confdefs.h ++$as_echo "#define CURSES_HEADER <ncurses/ncurses.h>" >>confdefs.h + - else -@@ -18366,8 +18366,8 @@ + $as_echo "#define TERM_HEADER <ncurses/term.h>" >>confdefs.h +@@ -18401,8 +18401,8 @@ $as_echo "#define TERM_HEADER <term.h>" >>confdefs.h if test "$enable_wide_curses" != "no" then -- { echo "$as_me:$LINENO: checking for wide character support in curses libraray" >&5 --echo $ECHO_N "checking for wide character support in curses libraray... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: checking for wide character support in curses library" >&5 -+echo $ECHO_N "checking for wide character support in curses library... $ECHO_C" >&6; } +- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide character support in curses libraray" >&5 +-$as_echo_n "checking for wide character support in curses libraray... " >&6; } ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wide character support in curses library" >&5 ++$as_echo_n "checking for wide character support in curses library... " >&6; } if test -n "$have_mblen" then - cat >conftest.$ac_ext <<_ACEOF + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
