diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-10-06 05:06:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-10-06 05:06:25 +0000 |
commit | 5196a97a855648e5738b89392103f9f5d56e5e32 (patch) | |
tree | 81cc4481ab51277b624cb57137db606348f22527 /textproc/openjade/files/patch-TeXFOTBuilder.cxx | |
parent | - Upgrade to 0.15. (diff) |
- Fix build with clang.
PR: ports/171548
Submitted by: Pawel Worach <pawel.worach@gmail.com>
Notes
Notes:
svn path=/head/; revision=305336
Diffstat (limited to 'textproc/openjade/files/patch-TeXFOTBuilder.cxx')
-rw-r--r-- | textproc/openjade/files/patch-TeXFOTBuilder.cxx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/openjade/files/patch-TeXFOTBuilder.cxx b/textproc/openjade/files/patch-TeXFOTBuilder.cxx new file mode 100644 index 000000000000..9f38afd00096 --- /dev/null +++ b/textproc/openjade/files/patch-TeXFOTBuilder.cxx @@ -0,0 +1,22 @@ +$FreeBSD$ + +--- jade/TeXFOTBuilder.cxx.orig 2011-09-24 14:17:02.000000000 +0000 ++++ jade/TeXFOTBuilder.cxx 2011-09-24 14:19:42.000000000 +0000 +@@ -83,6 +83,8 @@ + value.convertString(nic_.placement); + } + ExtensionFlowObj *copy() const { return new PageFloatFlowObj(*this); } ++ public: ++ PageFloatFlowObj() {} + private: + PageFloatNIC nic_; + StringC name_; +@@ -96,6 +98,8 @@ + fotb.endPageFootnote(); + } + ExtensionFlowObj *copy() const { return new PageFootnoteFlowObj(*this); } ++ public: ++ PageFootnoteFlowObj() {} + private: + }; + ////////////////////////////////////////////////////////////////////// |