Ports: Fix path for the tcl port's patch file

This commit is contained in:
Gunnar Beutner 2021-04-27 14:58:09 +02:00 committed by Linus Groh
parent 48632461c1
commit 7ab68b6c83

View file

@ -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)