diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-10-19 10:21:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-10-19 10:21:30 +0000 |
commit | b4f50f6a81837cf3a0dc1baa755f96575d748dd9 (patch) | |
tree | f43796cc0601f3dcdd498f507760cb61868ca807 /editors/openoffice.org-3-RC | |
parent | Fix build via (diff) |
Fix build.
http://www.openoffice.org/issues/show_bug.cgi?id=105585
Thanks to: Caolan McNamara (cmc)
Spotted by: QAT
Feature safe: yes.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i105585 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i105585 b/editors/openoffice.org-3-RC/files/patch-i105585 new file mode 100644 index 000000000000..bb5a392f46dd --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-i105585 @@ -0,0 +1,9 @@ +--- reportbuilder/prj/build.lst 2009-03-10 22:25:00.560250000 +0900 ++++ reportbuilder/prj/build.lst 2009-10-04 05:17:44.725625000 +0900 +@@ -12,5 +12,5 @@ + rpb reportbuilder\registry\data\org\openoffice\Office\UI nmake - all rpb_reg_data_ooo_ui rpb_reg_schema_ooo_ui NULL + rpb reportbuilder\registry\data\org\openoffice\TypeDetection nmake - all rpb_reg_data_oot NULL + rpb reportbuilder\template\en-US\wizard\report nmake - all rpb_template_en_us_wiz_rep NULL +-rpb reportbuilder\util nmake - all rpb_util rpb_jreport_pe rpb_reg_data_ooo rpb_data_ooOffice rpb_reg_data_oot rpb_template_en_us_wiz_rep NULL ++rpb reportbuilder\util nmake - all rpb_util rpb_jreport_pe rpb_reg_data_ooo rpb_data_ooOffice rpb_reg_data_oot rpb_template_en_us_wiz_rep rpb_reg_data_ooo_ui NULL + |