summaryrefslogtreecommitdiff
path: root/sys-process/time/files/time-1.7-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/time/files/time-1.7-build.patch')
-rw-r--r--sys-process/time/files/time-1.7-build.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-process/time/files/time-1.7-build.patch b/sys-process/time/files/time-1.7-build.patch
new file mode 100644
index 000000000000..504643d768e5
--- /dev/null
+++ b/sys-process/time/files/time-1.7-build.patch
@@ -0,0 +1,16 @@
+--- a/configure.in
++++ b/configure.in
+@@ -1,11 +1,6 @@
+ dnl Process this file with autoconf to produce a configure script.
+-AC_INIT(time.c)
+-VERSION=1.7
+-AC_SUBST(VERSION)
+-PACKAGE=time
+-AC_SUBST(PACKAGE)
+-
+-AC_ARG_PROGRAM
++AC_INIT(time, 1.7)
++AM_INIT_AUTOMAKE
+
+ dnl Checks for programs.
+ AC_PROG_CC