mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 14 additions and 6 deletions
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 @@
|
||||||
|
--- abstractTable.cpp.orig Wed Oct 10 05:24:26 2001
|
||||||
$FreeBSD$
|
+++ abstractTable.cpp Sat Aug 16 16:13:04 2003
|
||||||
|
@@ -18,15 +18,16 @@
|
||||||
--- abstractTable.cpp.orig Fri Feb 21 03:09:19 2003
|
|
||||||
+++ abstractTable.cpp Fri Feb 21 03:09:34 2003
|
|
||||||
@@ -18,15 +18,15 @@
|
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -13,6 +10,7 @@ $FreeBSD$
|
||||||
#include "abstractTable.h"
|
#include "abstractTable.h"
|
||||||
#include "safe_ostrstream.h"
|
#include "safe_ostrstream.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
+#include <cassert>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
//#define DEBUG 1
|
//#define DEBUG 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue