sys-apps/prctl: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/16417
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2020-06-25 20:50:48 +02:00
committed by Conrad Kostecki
parent 9bd42d58c4
commit 7bcd38555f

View File

@@ -1,20 +0,0 @@
Restored configure.in based on tarball's configure
--- /dev/null
+++ b/configure.in
@@ -0,0 +1,16 @@
+AC_INIT(prctl.c)
+
+AC_PROG_LN_S
+AC_PROG_CC
+AC_PROG_CPP
+AC_PROG_INSTALL
+
+
+AC_HEADER_STDC
+AC_CHECK_HEADERS(unistd.h)
+
+
+AC_CHECK_FUNCS(strerror)
+AC_SUBST(ASCPP)
+AC_SUBST(INSTALL)
+AC_OUTPUT(Makefile)