diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-28 23:34:58 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-29 00:17:54 -0400 |
commit | 7f43eaea7734cbbf7cdf2dd82a0b0f8c3b872440 (patch) | |
tree | 81d15edbb92c0796ef0b35a14448f6ed01f7aa6d /dev-util/ftjam/files | |
parent | dev-util/ftjam: respect AR and RANLIB (diff) | |
download | gentoo-7f43eaea7734cbbf7cdf2dd82a0b0f8c3b872440.tar.gz gentoo-7f43eaea7734cbbf7cdf2dd82a0b0f8c3b872440.tar.bz2 gentoo-7f43eaea7734cbbf7cdf2dd82a0b0f8c3b872440.zip |
dev-util/ftjam: fix build with clang16
Revbump unlikely to matter for other compilers, but doesn't hurt.
Closes: https://bugs.gentoo.org/870655
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/ftjam/files')
-rw-r--r-- | dev-util/ftjam/files/ftjam-2.5.3-clang16.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch b/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch new file mode 100644 index 000000000000..5a6c6089b086 --- /dev/null +++ b/dev-util/ftjam/files/ftjam-2.5.3-clang16.patch @@ -0,0 +1,7 @@ +https://bugs.gentoo.org/870655 +--- a/jam.h ++++ b/jam.h +@@ -382,2 +382,3 @@ + # include <string.h>
++# include <unistd.h>
+ # include <time.h>
|