summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-05 15:58:57 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-05 15:58:57 +0000
commit3da666dfb511af5c936e2f253e0ea8c3e22a7a30 (patch)
tree1d4abba7d2c72ec522253ec41e9e279308b2d68f
parent8ce8727a35b69824c0d187d8208062ab4c83602b (diff)
downloadtoolchains-3da666dfb511af5c936e2f253e0ea8c3e22a7a30.tar.gz
toolchains-3da666dfb511af5c936e2f253e0ea8c3e22a7a30.tar.bz2
Revert "Fix curl build on AmigaOS"
This reverts commit be4915b13eceea4f80dee2235db508f5e50461f0.
-rw-r--r--sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p b/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p
deleted file mode 100644
index 0700566..0000000
--- a/sdk/recipes/patches/libcurl/ppc-amigaos/lib.url.c.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/url.c 2014-05-26 18:40:19.896019262 +0100
-+++ lib/url.c 2014-05-26 18:40:01.224019316 +0100
-@@ -4004,7 +4004,7 @@ static CURLcode parseurlandfillconn(stru
- }
- else {
- /* Zone identifier is not numeric */
--#if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ)
-+#if defined(HAVE_NET_IF_H) && defined(IFNAMSIZ) && !defined(__amigaos4__)
- char ifname[IFNAMSIZ + 2];
- char *square_bracket;
- unsigned int scopeidx = 0;