diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-19 23:29:42 +0100 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-19 23:29:42 +0100 |
| commit | 2f52e76ae543f555f598e2e786b434c0610584ca (patch) | |
| tree | ac30b9989af6016ee3ee4bd4adce3a1e5aaf40ec /sys-devel/patch/files | |
| parent | 883b6568ba687b503bcf2e709bdfddc94efef9ce (diff) | |
| download | gentoo-2f52e76ae543f555f598e2e786b434c0610584ca.tar.gz gentoo-2f52e76ae543f555f598e2e786b434c0610584ca.tar.bz2 gentoo-2f52e76ae543f555f598e2e786b434c0610584ca.zip | |
sys-devel/patch: revbump, fix implicit mkdir in configure
This is a bit of a hack since I'm only patching configure but not
its gnulib source.
However, the bug is fixed upstream...
See-also: https://github.com/coreutils/gnulib/commit/3c136a2cc38d71083f123231a8b9ad4b01930789
Closes: https://bugs.gentoo.org/898598
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/patch/files')
| -rw-r--r-- | sys-devel/patch/files/patch-2.7.6-configure-mkdir.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-devel/patch/files/patch-2.7.6-configure-mkdir.patch b/sys-devel/patch/files/patch-2.7.6-configure-mkdir.patch new file mode 100644 index 000000000000..b29d7b087538 --- /dev/null +++ b/sys-devel/patch/files/patch-2.7.6-configure-mkdir.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/898598 +https://github.com/coreutils/gnulib/commit/3c136a2cc38d71083f123231a8b9ad4b01930789 + +diff '--color=auto' -ruN patch-2.7.6.orig/configure patch-2.7.6/configure +--- patch-2.7.6.orig/configure 2018-02-03 14:41:50.000000000 +0100 ++++ patch-2.7.6/configure 2024-11-19 23:19:08.710565121 +0100 +@@ -17130,6 +17130,7 @@ + /* end confdefs.h. */ + #include <unistd.h> + #include <fcntl.h> ++ #include <sys/stat.h> + + int + main () |
