pkgsrc/editors/TeXmacs/patches/patch-ae
drochner 4c5b3bc5c4 update to 1.0.5.6
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
2005-07-27 17:32:13 +00:00

16 lines
376 B
Text

$NetBSD: patch-ae,v 1.2 2005/07/27 17:32:13 drochner Exp $
--- ./src/System/Classes/timer.hpp.orig 2005-07-26 11:46:06.000000000 +0200
+++ ./src/System/Classes/timer.hpp
@@ -15,10 +15,7 @@
#include "string.hpp"
#include "tm_configure.hpp"
-#ifndef HAVE_TIME_T
-#define HAVE_TIME_T
-typedef long time_t;
-#endif
+#include <time.h>
#ifdef OS_SUN
#include <sys/types.h>