diff options
Diffstat (limited to 'packages/minicom')
-rw-r--r-- | packages/minicom/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/minicom/minicom-2.1/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/minicom/minicom-2.1/configure.patch | 11 |
3 files changed, 11 insertions, 0 deletions
diff --git a/packages/minicom/.mtn2git_empty b/packages/minicom/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/minicom/.mtn2git_empty diff --git a/packages/minicom/minicom-2.1/.mtn2git_empty b/packages/minicom/minicom-2.1/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/minicom/minicom-2.1/.mtn2git_empty diff --git a/packages/minicom/minicom-2.1/configure.patch b/packages/minicom/minicom-2.1/configure.patch index e69de29bb2..2e1e1eac11 100644 --- a/packages/minicom/minicom-2.1/configure.patch +++ b/packages/minicom/minicom-2.1/configure.patch @@ -0,0 +1,11 @@ +--- minicom-2.1/configure.in.old 2004-09-12 12:48:55.000000000 +0100 ++++ minicom-2.1/configure.in 2004-09-12 12:49:05.000000000 +0100 +@@ -253,7 +253,7 @@ + + dnl Checks for library functions. + AC_TYPE_SIGNAL +-AM_FUNC_ERROR_AT_LINE ++AC_FUNC_ERROR_AT_LINE + AC_FUNC_CLOSEDIR_VOID + AM_WITH_DMALLOC + AC_CHECK_FUNCS(getcwd getwd strerror strstr vsnprintf vprintf) |