From 7ab68b6c83a543a7891af92d479c03131909886a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 27 Apr 2021 14:58:09 +0200 Subject: Ports: Fix path for the tcl port's patch file --- Ports/tcl/patches/ipv6.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ports/tcl/patches/ipv6.patch b/Ports/tcl/patches/ipv6.patch index 544c02cadb..d88c396fa5 100644 --- a/Ports/tcl/patches/ipv6.patch +++ b/Ports/tcl/patches/ipv6.patch @@ -1,6 +1,6 @@ diff -Naur tcl8.6.11/unix/tclUnixSock.c tcl8.6.11.serenity/unix/tclUnixSock.c ---- tcl8.6.11/unix/tclUnixSock.c 2020-09-21 17:15:49.000000000 +0200 -+++ tcl8.6.11.serenity/unix/tclUnixSock.c 2021-04-25 09:39:28.224340150 +0200 +--- unix/tclUnixSock.c 2020-09-21 17:15:49.000000000 +0200 ++++ unix.serenity/tclUnixSock.c 2021-04-25 09:39:28.224340150 +0200 @@ -706,6 +706,7 @@ IPv6AddressNeedsNumericRendering( struct in6_addr addr) -- cgit v1.2.3