mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix build with gcc 3.3
This commit is contained in:
parent
ea66b516ab
commit
137f970aa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87088
10
textproc/htmltolatex/files/patch-Attribute.h
Normal file
10
textproc/htmltolatex/files/patch-Attribute.h
Normal file
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user