diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 01:47:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 01:47:08 +0000 |
commit | f3249eca36a27affa225dd9e82a8056326a25c01 (patch) | |
tree | b4c01591a9104a1df6edae3b35bfafcc39d4b262 /textproc/word2x/files | |
parent | 21f0fd7c1c2af6f731eda6375f2e9ff9f69a9306 (diff) |
Notes
Diffstat (limited to 'textproc/word2x/files')
-rw-r--r-- | textproc/word2x/files/patch-ae | 23 | ||||
-rw-r--r-- | textproc/word2x/files/patch-af | 11 |
2 files changed, 23 insertions, 11 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae index 2b734c2fff4d..4f6e42e728eb 100644 --- a/textproc/word2x/files/patch-ae +++ b/textproc/word2x/files/patch-ae @@ -1,11 +1,12 @@ ---- html-table.cc.orig Sat Jun 19 17:35:05 1999 -+++ html-table.cc Sat Jun 19 17:35:25 1999 -@@ -264,7 +264,7 @@ - } - - /* Destructor */ --html_table::~html_table(int c, int r) -+html_table::~html_table() - { - int i; - struct col_info *col, *nxt; +--- html-table.cc.orig Fri Mar 10 20:26:06 2000 ++++ html-table.cc Fri Mar 10 20:27:21 2000 +@@ -17,7 +17,8 @@ + #define __EXCLUDE_READER_CLASSES + #include "lib.h" + #ifndef HAVE_ALLOCA_H +-extern "C" char *alloca(int); ++/* extern "C" char *alloca(int); */ ++#include <stdlib.h> /* stupid linux specific weenie code. */ + #else + #include <alloca.h> + #endif /* HAVE_ALLOCA_H */ diff --git a/textproc/word2x/files/patch-af b/textproc/word2x/files/patch-af new file mode 100644 index 000000000000..099335f705c3 --- /dev/null +++ b/textproc/word2x/files/patch-af @@ -0,0 +1,11 @@ +--- map_chars.cc.orig Fri Mar 10 20:32:25 2000 ++++ map_chars.cc Fri Mar 10 20:33:59 2000 +@@ -1,7 +1,7 @@ + /* $Id: map_chars.cc,v 1.2 1997/03/23 13:19:26 dps Exp $ */ + + #include "tblock.h" +-#ifndef NULL ++#ifdef EXCESS_COCAINE_USAGE_BY_AUTHOR + #define NULL (void *) 0 + #endif + #define __EXCLUDE_READER_CLASSES |