pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/jove/patches



Module Name:    pkgsrc
Committed By:   christos
Date:           Mon Sep  2 08:53:32 UTC 2019

Added Files:
        pkgsrc/editors/jove/patches: patch-jove.h

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/jove/patches/patch-jove.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/editors/jove/patches/patch-jove.h
diff -u /dev/null pkgsrc/editors/jove/patches/patch-jove.h:1.1
--- /dev/null   Mon Sep  2 04:53:32 2019
+++ pkgsrc/editors/jove/patches/patch-jove.h    Mon Sep  2 04:53:32 2019
@@ -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