diff options
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-i103736')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i103736 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i103736 b/editors/openoffice.org-3-devel/files/patch-i103736 new file mode 100644 index 000000000000..5e51609ef668 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i103736 @@ -0,0 +1,36 @@ +--- solenv/inc/_tg_srs.mk.orig 2009-07-23 09:51:27.000000000 +0900 ++++ solenv/inc/_tg_srs.mk 2009-07-25 06:59:51.000000000 +0900 +@@ -41,7 +41,7 @@ + $(SRSDEFAULT) $(RSC_SRS_CHARSET) $(RSCFLAGS) -I$(RSCEXTINC) \ + $(INCLUDE) $(RSCDEFS) $(RSCUPDVERDEF) \ + -fp=$@.$(INPATH) \ +- $< \ ++ $(foreach,i,$(SRC1FILES) $(COMMONMISC)$/$(TARGET)$/$i) \ + ) + -$(RM) $@ + $(RENAME) $@.$(INPATH) $@ + +--- starmath/source/makefile.mk 2009-07-23 09:48:08.000000000 +0900 ++++ starmath/source/makefile.mk 2009-07-25 07:27:40.000000000 +0900 +@@ -113,9 +113,6 @@ + + # --- Targets ------------------------------------------------------- + +-LOCALIZE_ME = menu_tmpl.src +- +- + .INCLUDE : target.mk + + $(INCCOM)$/dllname.hxx: makefile.mk + +--- starmath/source/smres.src 2009-07-23 09:48:08.000000000 +0900 ++++ starmath/source/smres.src 2009-07-25 07:26:49.000000000 +0900 +@@ -3501,8 +3501,6 @@ + Text [ en-US ] = "'RIGHT' expected" ; + }; + +-#include "menu.src" +- + ToolBox RID_MATH_TOOLBOX + { + HelpId = RID_MATH_TOOLBOX ; |