diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-09-30 20:26:26 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-09-30 20:28:20 +0200 |
commit | 1b9df78966c36c607d25f97f10fd66189d083479 (patch) | |
tree | 74789daa7f8b0469dbc5083c82e18a9c7f7c9af3 /dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch | |
parent | app-misc/gentoo: Stabilize 0.20.7-r1 ppc, #914521 (diff) | |
download | gentoo-1b9df78966c36c607d25f97f10fd66189d083479.tar.gz gentoo-1b9df78966c36c607d25f97f10fd66189d083479.tar.bz2 gentoo-1b9df78966c36c607d25f97f10fd66189d083479.zip |
dev-tcltk/tkimg: add 1.4.15
Closes: https://bugs.gentoo.org/911324
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch')
-rw-r--r-- | dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch b/dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch new file mode 100644 index 000000000000..72f529482709 --- /dev/null +++ b/dev-tcltk/tkimg/files/tkimg-1.4.15-gcc11.patch @@ -0,0 +1,10 @@ +--- a/tiff/tiffZip.c 2023-03-14 19:04:42.869354563 +0100 ++++ b/tiff/tiffZip.c 2023-03-14 19:05:14.768849607 +0100 +@@ -22,6 +22,7 @@ + * OF THIS SOFTWARE. + */ + ++#include <stdint.h> + #include "tiffInt.h" + + /* |