diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-10-08 13:09:11 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-10-08 13:09:38 -0500 |
commit | 88e29931cc289dae700ff72ec1410e1d03a80042 (patch) | |
tree | da71a497265d1cb76616490f2692a858d12f3567 /app-misc/dateutils/files | |
parent | media-tv/kodi: 19.2 version bump (diff) | |
download | gentoo-88e29931cc289dae700ff72ec1410e1d03a80042.tar.gz gentoo-88e29931cc289dae700ff72ec1410e1d03a80042.tar.bz2 gentoo-88e29931cc289dae700ff72ec1410e1d03a80042.zip |
app-misc/dateutils: restore missing patch
Closes: https://bugs.gentoo.org/814407
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-misc/dateutils/files')
-rw-r--r-- | app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch new file mode 100644 index 000000000000..dc310ea7812c --- /dev/null +++ b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch @@ -0,0 +1,10 @@ +--- a/build-aux/yuck.c ++++ b/build-aux/yuck.c +@@ -65,7 +65,6 @@ + #include <sys/wait.h> + #include <sys/stat.h> + #include <sys/types.h> +-#include <sys/sysctl.h> + #include <time.h> + #if defined WITH_SCMVER + # include <yuck-scmver.h> |