pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/jove/patches PR/54519: Greywolf: jove crashes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5beb46a6e691
branches:  trunk
changeset: 338934:5beb46a6e691
user:      christos <christos%pkgsrc.org@localhost>
date:      Mon Sep 02 08:53:32 2019 +0000

description:
PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>)

diffstat:

 editors/jove/patches/patch-jove.h |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r e34b7387104b -r 5beb46a6e691 editors/jove/patches/patch-jove.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/jove/patches/patch-jove.h Mon Sep 02 08:53:32 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-jove.h,v 1.1 2019/09/02 08:53:32 christos Exp $
+
+- modern os's need time.h for time(3)
+
+--- jove.h.orig        2015-10-15 14:21:55.000000000 -0400
++++ jove.h     2019-09-02 04:39:50.417825060 -0400
+@@ -16,6 +16,7 @@
+ 
+ #ifndef MAC
+ # include <sys/types.h>
++# include <time.h>
+ #else
+ # include <types.h>
+ # include <time.h>    /* for time_t */



Home | Main Index | Thread Index | Old Index