summaryrefslogtreecommitdiff
path: root/dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch')
-rw-r--r--dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch b/dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch
deleted file mode 100644
index e8bdb40b6083..000000000000
--- a/dev-tcltk/tkzinc/files/tkzinc-3.3.6-clang.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/generic/Window.c 2023-01-17 19:39:55.697886490 +0100
-+++ b/generic/Window.c 2023-01-17 19:41:15.619618094 +0100
-@@ -350,7 +350,7 @@
- #endif /* ifdef _WIN32 */
-
- /* Reset externalwindow */
-- wind->externalwindow = NULL;
-+ wind->externalwindow = 0;
- }
-
-
-@@ -384,7 +384,7 @@
- wind->connection_anchor = TK_ANCHOR_SW;
- wind->win = NULL;
- wind->windowtitle = NULL;
-- wind->externalwindow = NULL;
-+ wind->externalwindow = 0;
-
- return TCL_OK;
- }
-@@ -407,7 +407,7 @@
- */
- wind->win = NULL;
- wind->windowtitle = NULL;
-- wind->externalwindow = NULL;
-+ wind->externalwindow = 0;
- }
-
-