summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ae
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-07-27 17:32:13 +0000
committerdrochner <drochner@pkgsrc.org>2005-07-27 17:32:13 +0000
commit4c5b3bc5c43fd6a1f2c494cfdaea9396f70b8e81 (patch)
tree0cc0fb1dbdb8478475f5b2ac06484889cd581899 /editors/TeXmacs/patches/patch-ae
parent070a6c7698c326e855b8fd634ba3d829350dac67 (diff)
downloadpkgsrc-4c5b3bc5c43fd6a1f2c494cfdaea9396f70b8e81.tar.gz
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
Diffstat (limited to 'editors/TeXmacs/patches/patch-ae')
-rw-r--r--editors/TeXmacs/patches/patch-ae18
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/TeXmacs/patches/patch-ae b/editors/TeXmacs/patches/patch-ae
index 3e97cf3ede1..074ad5f0a6e 100644
--- a/editors/TeXmacs/patches/patch-ae
+++ b/editors/TeXmacs/patches/patch-ae
@@ -1,16 +1,16 @@
-$NetBSD: patch-ae,v 1.1 2004/04/06 19:02:49 reinoud Exp $
+$NetBSD: patch-ae,v 1.2 2005/07/27 17:32:13 drochner Exp $
---- src/Window/event.hpp.orig 2004-04-03 21:20:49.000000000 +0200
-+++ src/Window/event.hpp
+--- ./src/System/Classes/timer.hpp.orig 2005-07-26 11:46:06.000000000 +0200
++++ ./src/System/Classes/timer.hpp
@@ -15,10 +15,7 @@
- #include "tree.hpp"
- #include "command.hpp"
+ #include "string.hpp"
+ #include "tm_configure.hpp"
--#ifndef _TIME_T
--#define _TIME_T
+-#ifndef HAVE_TIME_T
+-#define HAVE_TIME_T
-typedef long time_t;
-#endif
+#include <time.h>
- class window_rep;
- typedef window_rep* window;
+ #ifdef OS_SUN
+ #include <sys/types.h>