summaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-TeXFOTBuilder.cxx
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-01-10 15:27:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-01-10 15:27:33 +0000
commitc80e6a0631fb7dce42c5cf792c99118b25a0b880 (patch)
tree60a0fa1fe85f948119ce0a8f901160d8f2d6eaa1 /textproc/jade/files/patch-TeXFOTBuilder.cxx
parentDo not abuse INSTALL_MAN when installing documentation, examples, and (diff)
textproc/jade: back out r458645 to avoid churn
Reported by: danfe
Diffstat (limited to 'textproc/jade/files/patch-TeXFOTBuilder.cxx')
-rw-r--r--textproc/jade/files/patch-TeXFOTBuilder.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-TeXFOTBuilder.cxx b/textproc/jade/files/patch-TeXFOTBuilder.cxx
new file mode 100644
index 000000000000..335705cf3193
--- /dev/null
+++ b/textproc/jade/files/patch-TeXFOTBuilder.cxx
@@ -0,0 +1,20 @@
+--- 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:
+ };
+ //////////////////////////////////////////////////////////////////////