summaryrefslogtreecommitdiff
path: root/dev-tcltk/snack/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-18 08:34:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-18 08:34:13 +0100
commite0d23d9d2468ec36070ef9fa63bd814db6a653da (patch)
tree95d0ae4ab5f752c69eac3919f15520f9fc14bc1a /dev-tcltk/snack/files
parentb5408a0879b82101f69b6bf3bc29b6e9e4969941 (diff)
gentoo auto-resync : 18:07:2022 - 08:34:13
Diffstat (limited to 'dev-tcltk/snack/files')
-rw-r--r--dev-tcltk/snack/files/snack-2.2.10-lto.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-tcltk/snack/files/snack-2.2.10-lto.patch b/dev-tcltk/snack/files/snack-2.2.10-lto.patch
new file mode 100644
index 000000000000..27c6b6c9126f
--- /dev/null
+++ b/dev-tcltk/snack/files/snack-2.2.10-lto.patch
@@ -0,0 +1,28 @@
+--- a/generic/sound.c 2022-07-18 08:21:20.492977432 +0200
++++ b/generic/sound.c 2022-07-18 08:21:44.720698702 +0200
+@@ -120,9 +120,9 @@
+ int littleEndian = 0;
+
+ #ifdef __cplusplus
+-extern "C" SnackStubs *snackStubs;
++extern "C" SnackStubs snackStubs;
+ #else
+-extern SnackStubs *snackStubs;
++extern SnackStubs snackStubs;
+ #endif
+
+ extern Tcl_HashTable *filterHashTable;
+--- a/generic/snack.c 2022-07-18 08:21:29.953868734 +0200
++++ b/generic/snack.c 2022-07-18 08:22:05.978453035 +0200
+@@ -203,9 +203,9 @@
+ int littleEndian = 0;
+
+ #ifdef __cplusplus
+-extern "C" SnackStubs *snackStubs;
++extern "C" SnackStubs snackStubs;
+ #else
+-extern SnackStubs *snackStubs;
++extern SnackStubs snackStubs;
+ #endif
+
+ extern Tcl_HashTable *filterHashTable;