Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/d86d859290127ccca644675a0863c8d71d3e1cf6
...commit
http://git.netsurf-browser.org/toolchains.git/commit/d86d859290127ccca644675a0863c8d71d3e1cf6
...tree
http://git.netsurf-browser.org/toolchains.git/tree/d86d859290127ccca644675a0863c8d71d3e1cf6
The branch, master has been updated
via d86d859290127ccca644675a0863c8d71d3e1cf6 (commit)
from 1df6db0eeecd64fbc6e665149edf8879011bf60d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=d86d859290127ccca644675a0863c8d71d3e1cf6
commit d86d859290127ccca644675a0863c8d71d3e1cf6
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>
ppc-amigaos: update patches
diff --git a/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
b/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
index c6be683..3945c75 100644
--- a/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
+++ b/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
@@ -1,8 +1,12 @@
--- src/lib/ares_ipv6.h.orig 2017-10-10 15:19:45.611896396 +0100
+++ src/lib/ares_ipv6.h 2017-10-17 15:42:25.304921197 +0100
-@@ -22,6 +22,7 @@
+@@ -22,6 +22,11 @@
#endif
++#ifndef INET6_ADDRSTRLEN
++#define INET6_ADDRSTRLEN 46
++#endif
++
#ifndef HAVE_STRUCT_SOCKADDR_IN6
+#define s6_addr _S6_un._S6_u8
struct sockaddr_in6
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
b/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
index a08fec5..c6abf48 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
@@ -13,7 +13,7 @@
+++ include/internal/refcount.h 2017-11-21 22:49:21.488219518 +0000
@@ -15,7 +15,7 @@
- # ifndef OPENSSL_DEV_NO_ATOMICS
+ # if defined(OPENSSL_THREADS) && !defined(OPENSSL_DEV_NO_ATOMICS)
# if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \
- && !defined(__STDC_NO_ATOMICS__)
+ && !defined(__STDC_NO_ATOMICS__) && !defined(__AMIGA__)
-----------------------------------------------------------------------
Summary of changes:
sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p | 6 +++++-
sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
b/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
index c6be683..3945c75 100644
--- a/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
+++ b/sdk/recipes/patches/libcares/ppc-amigaos/ipv6-support.p
@@ -1,8 +1,12 @@
--- src/lib/ares_ipv6.h.orig 2017-10-10 15:19:45.611896396 +0100
+++ src/lib/ares_ipv6.h 2017-10-17 15:42:25.304921197 +0100
-@@ -22,6 +22,7 @@
+@@ -22,6 +22,11 @@
#endif
++#ifndef INET6_ADDRSTRLEN
++#define INET6_ADDRSTRLEN 46
++#endif
++
#ifndef HAVE_STRUCT_SOCKADDR_IN6
+#define s6_addr _S6_un._S6_u8
struct sockaddr_in6
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
b/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
index a08fec5..c6abf48 100644
--- a/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
+++ b/sdk/recipes/patches/openssl/ppc-amigaos/atomics-are-broken.p
@@ -13,7 +13,7 @@
+++ include/internal/refcount.h 2017-11-21 22:49:21.488219518 +0000
@@ -15,7 +15,7 @@
- # ifndef OPENSSL_DEV_NO_ATOMICS
+ # if defined(OPENSSL_THREADS) && !defined(OPENSSL_DEV_NO_ATOMICS)
# if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \
- && !defined(__STDC_NO_ATOMICS__)
+ && !defined(__STDC_NO_ATOMICS__) && !defined(__AMIGA__)
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]