Skip to content

Commit

Permalink
Ports: Fix path for the tcl port's patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner authored and linusg committed Apr 27, 2021
1 parent 4863246 commit 7ab68b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ports/tcl/patches/ipv6.patch
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 7ab68b6

Please sign in to comment.