summaryrefslogtreecommitdiff
path: root/Ports/tcl
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-04-27 14:58:09 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-27 17:59:52 +0200
commit7ab68b6c83a543a7891af92d479c03131909886a (patch)
tree66ab5028f31b6f0b6f8d92191e546036aa7bf70c /Ports/tcl
parent48632461c117e60c68a4dad6a3d3e7bb980b7a68 (diff)
downloadserenity-7ab68b6c83a543a7891af92d479c03131909886a.zip
Ports: Fix path for the tcl port's patch file
Diffstat (limited to 'Ports/tcl')
-rw-r--r--Ports/tcl/patches/ipv6.patch4
1 files 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)