summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2021-10-08 13:09:11 -0500
committerBen Kohler <bkohler@gentoo.org>2021-10-08 13:09:38 -0500
commit88e29931cc289dae700ff72ec1410e1d03a80042 (patch)
treeda71a497265d1cb76616490f2692a858d12f3567
parentmedia-tv/kodi: 19.2 version bump (diff)
downloadgentoo-88e29931.tar.gz
gentoo-88e29931.tar.bz2
gentoo-88e29931.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>
-rw-r--r--app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch10
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>