Closes: https://bugs.gentoo.org/713182
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
# bug 429810
RDEPEND="!sys-fabric/dapl"
+PATCHES=( "${FILESDIR}"/${P}-unportable-sys-sysctl_h.patch )
+
src_compile() {
emake CFLAGS="${CFLAGS}"
}
--- /dev/null
+--- 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>