diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 22:33:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 22:33:19 +0000 |
commit | 68a544288f7b00f892d85dad4c7ec21d3a480e36 (patch) | |
tree | e13d2773c58a3a41d8c7f032fd7e459d8e167859 /packages/dialog/dialog-1.0-20050306 | |
parent | f1108af9f4472651000c83993ad95943bab5fc4c (diff) |
dialog - Add dialog-static and templates.patch (missed adds)
Diffstat (limited to 'packages/dialog/dialog-1.0-20050306')
-rw-r--r-- | packages/dialog/dialog-1.0-20050306/templates.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/dialog/dialog-1.0-20050306/templates.patch b/packages/dialog/dialog-1.0-20050306/templates.patch new file mode 100644 index 0000000000..07fa384802 --- /dev/null +++ b/packages/dialog/dialog-1.0-20050306/templates.patch @@ -0,0 +1,25 @@ +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 \ |