diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-03-27 19:37:53 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-04-22 23:00:21 +0400 |
commit | 57cd858103e99a019a5264840cd412be700e2299 (patch) | |
tree | 1cb29efdc0e7de1294a09d8878bc0e4cfcb993de /recipes/dialog/dialog-1.0-20050306/templates.patch | |
parent | 6cf8a2695b13601dab36cec36811355a96040618 (diff) |
dialog: update version 1.0-20050306 -> 1.1-20080819
Previous version is obsolete and can't be found on official FTP, it is also
removed from Debian archives so the packages failed to build if not using
some distro-specific mirror.
Hence, update version removing the old one along the way.
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/dialog/dialog-1.0-20050306/templates.patch')
-rw-r--r-- | recipes/dialog/dialog-1.0-20050306/templates.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/dialog/dialog-1.0-20050306/templates.patch b/recipes/dialog/dialog-1.0-20050306/templates.patch deleted file mode 100644 index 07fa384802..0000000000 --- a/recipes/dialog/dialog-1.0-20050306/templates.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: dialog-1.0-20050306/configure.in -=================================================================== ---- dialog-1.0-20050306.orig/configure.in -+++ dialog-1.0-20050306/configure.in -@@ -137,6 +137,20 @@ strcasecmp \ - waitpid \ - ) - -+AH_TEMPLATE([HAVE_FLUSHINP], [Define if you have the flushinp function]) -+AH_TEMPLATE([HAVE_GETBEGX], [Define if you have the getbegx function]) -+AH_TEMPLATE([HAVE_GETBEGY], [Define if you have the getbegy function]) -+AH_TEMPLATE([HAVE_GETBEGYX], [Define if you have the getbegyx function]) -+AH_TEMPLATE([HAVE_GETCURX], [Define if you have the getcurx function]) -+AH_TEMPLATE([HAVE_GETCURY], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETMAXX], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETMAXY], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETMAXYX], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETPARX], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETPARY], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_GETPARYX], [Define if you have the getcury function]) -+AH_TEMPLATE([HAVE_WGET_WCH], [Define if you have the getcury function]) -+ - CF_CURSES_FUNCS(\ - flushinp \ - getbegx \ |