aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/htmltolatex/files
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-10-23 18:42:09 +0800
committertijl <tijl@FreeBSD.org>2013-10-23 18:42:09 +0800
commit7e3534b6fcdd5cd5bf622e962fd227d8b5459ac9 (patch)
tree74c860af041b94fccbcb447d9a85bd708178044b /textproc/htmltolatex/files
parentebbb954efe70dbc42f1a6088360ec8c87b2e5b5c (diff)
downloadfreebsd-ports-gnome-7e3534b6fcdd5cd5bf622e962fd227d8b5459ac9.tar.gz
freebsd-ports-gnome-7e3534b6fcdd5cd5bf622e962fd227d8b5459ac9.tar.zst
freebsd-ports-gnome-7e3534b6fcdd5cd5bf622e962fd227d8b5459ac9.zip
- Change a patch to fix build with libc++.
- Support staging. - Hand maintainership to submitter. PR: ports/183111 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Diffstat (limited to 'textproc/htmltolatex/files')
-rw-r--r--textproc/htmltolatex/files/patch-StyleTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmltolatex/files/patch-StyleTree.cpp b/textproc/htmltolatex/files/patch-StyleTree.cpp
index f3cfa566474e..b088552d44ba 100644
--- a/textproc/htmltolatex/files/patch-StyleTree.cpp
+++ b/textproc/htmltolatex/files/patch-StyleTree.cpp
@@ -12,7 +12,7 @@ $FreeBSD$
+
#include "StyleTree.h"
#include <stdexcept>
-+#include <ostream.h>
++#include <ostream>
void StyleTag::set_from_unparsed_string(const string &s)
{