diff options
author | maho <maho@FreeBSD.org> | 2009-10-19 18:21:30 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-10-19 18:21:30 +0800 |
commit | d5bd0525362d050741cd2da191325856cfdea2c9 (patch) | |
tree | 3076bdf474710d9aa7554880788453b7b68cde49 /editors | |
parent | 0f6c6211091fdc0e59949f698426859bb15d7abc (diff) | |
download | freebsd-ports-graphics-d5bd0525362d050741cd2da191325856cfdea2c9.tar.gz freebsd-ports-graphics-d5bd0525362d050741cd2da191325856cfdea2c9.tar.zst freebsd-ports-graphics-d5bd0525362d050741cd2da191325856cfdea2c9.zip |
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')
-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 00000000000..bb5a392f46d --- /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 + |