ports/editors/texmacs/files/patch-src_Window_event.hpp
Mark Murray 0d77c0aa11 Update to version 1.0.4.3, and do a fair bit of repair so that
Maxima and Axiom both work with this. The repairs likely fix
other maths packages also. The maintainer is also retiring,
so reset MAINTAINER to ports@ to give him a break.

OK'ed by:	MAINTAINER
2004-10-23 21:30:54 +00:00

20 lines
365 B
C++

--- ./src/Window/event.hpp.orig Sun Oct 3 13:26:38 2004
+++ ./src/Window/event.hpp Sat Oct 23 17:39:48 2004
@@ -12,12 +12,17 @@
#ifndef EVENT_H
#define EVENT_H
+
+#include <osreldate.h>
+
#include "tree.hpp"
#include "command.hpp"
+#if __FreeBSD_version < 500000
#ifndef _TIME_T
#define _TIME_T
typedef long time_t;
+#endif
#endif
class window_rep;