From 60fb6c76d429932aebb3b2b6b8c37b344f131f95 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 8 Mar 2011 23:35:55 +0000 Subject: SDK build runes and patches for ppc-amigaos svn path=/toolchains/; revision=11941 --- sdk/recipes/patches/libcurl/src.main.c.p | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sdk/recipes/patches/libcurl/src.main.c.p') diff --git a/sdk/recipes/patches/libcurl/src.main.c.p b/sdk/recipes/patches/libcurl/src.main.c.p index 749fe64..846e19c 100644 --- a/sdk/recipes/patches/libcurl/src.main.c.p +++ b/sdk/recipes/patches/libcurl/src.main.c.p @@ -1,10 +1,15 @@ --- src/main.c.old 2010-12-29 16:18:04.000000000 +0000 +++ src/main.c 2010-12-29 16:17:51.000000000 +0000 -@@ -64,6 +64,10 @@ +@@ -64,6 +64,15 @@ #endif #endif +#ifdef __AMIGA__ ++ #ifdef __amigaos4__ ++ #ifndef __USE_INLINE__ ++ #define __USE_INLINE__ ++ #endif ++ #endif +#include +#endif + -- cgit v1.2.3