summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/prctl')
-rw-r--r--sys-apps/prctl/files/prctl-1.6-configure.in.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/prctl/files/prctl-1.6-configure.in.patch b/sys-apps/prctl/files/prctl-1.6-configure.in.patch
deleted file mode 100644
index 492733eb97e9..000000000000
--- a/sys-apps/prctl/files/prctl-1.6-configure.in.patch
+++ /dev/null
@@ -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)