diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-04-27 14:58:09 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-27 17:59:52 +0200 |
commit | 7ab68b6c83a543a7891af92d479c03131909886a (patch) | |
tree | 66ab5028f31b6f0b6f8d92191e546036aa7bf70c /Ports/tcl | |
parent | 48632461c117e60c68a4dad6a3d3e7bb980b7a68 (diff) | |
download | serenity-7ab68b6c83a543a7891af92d479c03131909886a.zip |
Ports: Fix path for the tcl port's patch file
Diffstat (limited to 'Ports/tcl')
-rw-r--r-- | Ports/tcl/patches/ipv6.patch | 4 |
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) |