From d228c75756f3d97a6f3122629f1240adc29ed6ad Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 4 Jun 2026 09:52:22 -0600 Subject: [PATCH] netsurf: remove ansi escapes from ipv6.patch --- recipes/web/netsurf/ipv6.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/recipes/web/netsurf/ipv6.patch b/recipes/web/netsurf/ipv6.patch index 0602ae83..891d955f 100644 --- a/recipes/web/netsurf/ipv6.patch +++ b/recipes/web/netsurf/ipv6.patch @@ -1,12 +1,12 @@ -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 @@ +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 ++++ 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 -+ + ++#ifndef AF_INET6 ++ #define NO_IPV6 ++#endif ++ #endif