netsurf: remove ansi escapes from ipv6.patch

This commit is contained in:
Jeremy Soller 2026-06-04 09:52:22 -06:00
parent 6fce854083
commit d228c75756

View File

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