summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchsets/skey/1.1.5/13_all_perl-timelocal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patchsets/skey/1.1.5/13_all_perl-timelocal.patch b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch
new file mode 100644
index 0000000..c93984e
--- /dev/null
+++ b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch
@@ -0,0 +1,11 @@
+--- skey-1.1.5-orig/skeyprune.pl
++++ skey-1.1.5/skeyprune.pl
+@@ -7,7 +7,7 @@
+ # $OpenBSD: skeyprune.pl,v 1.1 1996/09/28 00:00:41 millert Exp $
+
+ # We need to be able convert to time_t
+-require 'timelocal.pl';
++require Time::Local;
+
+ # Keep out the stupid
+ die "Only root may run $0.\n" if $>;