diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-16 23:17:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-16 23:17:20 +0000 |
commit | 137f970aa57a61b1af8eec2a027963a1f01e89e2 (patch) | |
tree | d72eb59e67a8752dccd289ffed8e61c6c40ab6f1 /textproc/htmltolatex | |
parent | ea66b516ab1456955ab03e334f3781ed370e1353 (diff) | |
download | ports-137f970aa57a61b1af8eec2a027963a1f01e89e2.tar.gz ports-137f970aa57a61b1af8eec2a027963a1f01e89e2.zip |
Fix build with gcc 3.3
Notes
Notes:
svn path=/head/; revision=87088
Diffstat (limited to 'textproc/htmltolatex')
-rw-r--r-- | textproc/htmltolatex/files/patch-Attribute.h | 10 | ||||
-rw-r--r-- | textproc/htmltolatex/files/patch-abstractTable.cpp | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/textproc/htmltolatex/files/patch-Attribute.h b/textproc/htmltolatex/files/patch-Attribute.h new file mode 100644 index 000000000000..a51f4ac6f43c --- /dev/null +++ b/textproc/htmltolatex/files/patch-Attribute.h @@ -0,0 +1,10 @@ +--- Attribute.h.orig Sat Aug 16 16:14:02 2003 ++++ Attribute.h Sat Aug 16 16:14:11 2003 +@@ -21,6 +21,7 @@ + #ifndef ATTRIBUTE_H_ + #define ATTRIBUTE_H_ + ++#include <cassert> + #include <string> + #include <map> + diff --git a/textproc/htmltolatex/files/patch-abstractTable.cpp b/textproc/htmltolatex/files/patch-abstractTable.cpp index 883ff69a1b9f..86489ceffc27 100644 --- a/textproc/htmltolatex/files/patch-abstractTable.cpp +++ b/textproc/htmltolatex/files/patch-abstractTable.cpp @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- abstractTable.cpp.orig Fri Feb 21 03:09:19 2003 -+++ abstractTable.cpp Fri Feb 21 03:09:34 2003 -@@ -18,15 +18,15 @@ +--- abstractTable.cpp.orig Wed Oct 10 05:24:26 2001 ++++ abstractTable.cpp Sat Aug 16 16:13:04 2003 +@@ -18,15 +18,16 @@ * Boston, MA 02111-1307, USA. * */ @@ -13,6 +10,7 @@ $FreeBSD$ #include "abstractTable.h" #include "safe_ostrstream.h" #include "util.h" ++#include <cassert> #include <stdio.h> //#define DEBUG 1 |