redox/recipes/web/netsurf/ipv6.patch
2026-06-04 13:13:52 +02:00

13 lines
371 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff '--color=always' -Naur a/netsurf/utils/config.h b/netsurf/utils/config.h
--- a/netsurf/utils/config.h 2026-06-03 23:50:18.641104799 +0000
+++ b/netsurf/utils/config.h 2026-06-03 23:53:51.866091024 +0000
@@ -200,4 +200,8 @@
#define NO_IPV6
#endif
+#ifndef AF_INET6
+ #define NO_IPV6
+#endif
+
#endif