diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-23 10:42:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-23 10:42:09 +0000 |
commit | 4760c791f4d5dd3fa0cbcb80127a4f9def0ae30c (patch) | |
tree | 74c860af041b94fccbcb447d9a85bd708178044b /textproc/htmltolatex/files/patch-StyleTree.cpp | |
parent | Add editorconfig-core-c 0.11.5. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=331365
Diffstat (limited to 'textproc/htmltolatex/files/patch-StyleTree.cpp')
-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) { |