summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/libcurl')
-rw-r--r--sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_getpass.c.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_getpass.c.p b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_getpass.c.p
new file mode 100644
index 0000000..7de5cba
--- /dev/null
+++ b/sdk/recipes/patches/libcurl/m68k-unknown-amigaos/src.tool_getpass.c.p
@@ -0,0 +1,13 @@
+--- ./tool_getpass.c 2014-06-11 18:52:29.000000000 +0100
++++ src/tool_getpass.c 2015-01-05 21:42:31.826011647 +0000
+@@ -24,6 +24,10 @@
+ #ifndef HAVE_GETPASS_R
+ /* this file is only for systems without getpass_r() */
+
++#ifdef __AMIGA__
++#undef HAVE_TERMIOS_H
++#endif
++
+ #ifdef HAVE_FCNTL_H
+ # include <fcntl.h>
+ #endif