diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 11:00:33 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-21 11:48:10 -0400 |
commit | ca9d5b8932aa108657a180ae0a8130ca464c652b (patch) | |
tree | 0438e7ab0a9980bdd8d3f20f522dd8976245264d /net-print/pnm2ppa/files | |
parent | dev-vcs/python-gitlab: add 3.10.0 (diff) | |
download | gentoo-ca9d5b8932aa108657a180ae0a8130ca464c652b.tar.gz gentoo-ca9d5b8932aa108657a180ae0a8130ca464c652b.tar.bz2 gentoo-ca9d5b8932aa108657a180ae0a8130ca464c652b.zip |
net-print/pnm2ppa: fix build w/ upcoming clang16
Closes: https://bugs.gentoo.org/874534
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-print/pnm2ppa/files')
-rw-r--r-- | net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch b/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch new file mode 100644 index 000000000000..3fabafc871e9 --- /dev/null +++ b/net-print/pnm2ppa/files/pnm2ppa-1.13-clang16.patch @@ -0,0 +1,7 @@ +https://bugs.gentoo.org/874534 +--- a/ppa_protocol/parse_vlink.c ++++ b/ppa_protocol/parse_vlink.c +@@ -1,2 +1,3 @@ + #include <stdio.h> ++#include <string.h> + |