summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-01-18 07:37:24 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-01-18 07:38:05 +0100
commit2861672ff56c6c5938425c10aaa5b89a0b52af09 (patch)
treeb94e02cecb5dc31f9434932bd7103400cc72f5c6 /dev-tcltk/togl/files/togl-2.0-clang6.patch
parentdev-util/gitlab-runner: drop 15.4.1, 15.6.1, 15.7.1 (diff)
downloadgentoo-2861672ff56c6c5938425c10aaa5b89a0b52af09.tar.gz
gentoo-2861672ff56c6c5938425c10aaa5b89a0b52af09.tar.bz2
gentoo-2861672ff56c6c5938425c10aaa5b89a0b52af09.zip
dev-tcltk/togl: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/881207 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/togl/files/togl-2.0-clang6.patch')
-rw-r--r--dev-tcltk/togl/files/togl-2.0-clang6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/togl/files/togl-2.0-clang6.patch b/dev-tcltk/togl/files/togl-2.0-clang6.patch
new file mode 100644
index 000000000000..e227c2236f8f
--- /dev/null
+++ b/dev-tcltk/togl/files/togl-2.0-clang6.patch
@@ -0,0 +1,11 @@
+--- a/togl.c 2023-01-18 07:31:37.816199176 +0100
++++ b/togl.c 2023-01-18 07:33:08.946629940 +0100
+@@ -132,7 +132,7 @@
+ /* pointer to Tk_SetClassProcs function in the stub table */
+
+ static void (*SetClassProcsPtr)
+- _ANSI_ARGS_((Tk_Window, Tk_ClassProcs *, ClientData));
++ _ANSI_ARGS_((Tk_Window, const Tk_ClassProcs *, ClientData));
+ #endif
+
+ /*