diff options
author | tijl <tijl@FreeBSD.org> | 2013-10-23 18:42:09 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-10-23 18:42:09 +0800 |
commit | 7e3534b6fcdd5cd5bf622e962fd227d8b5459ac9 (patch) | |
tree | 74c860af041b94fccbcb447d9a85bd708178044b /textproc/htmltolatex/files | |
parent | ebbb954efe70dbc42f1a6088360ec8c87b2e5b5c (diff) | |
download | freebsd-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.cpp | 2 |
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) { |