diff options
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-i67891')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-i67891 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-i67891 b/editors/openoffice.org-2.0-devel/files/patch-i67891 new file mode 100644 index 000000000000..28e98528fb9e --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-i67891 @@ -0,0 +1,24 @@ +Index: cli_ure/version/makefile.mk +=================================================================== +RCS file: /cvs/udk/cli_ure/version/makefile.mk,v +retrieving revision 1.3 +diff -u -r1.3 makefile.mk +--- cli_ure/version/makefile.mk 25 Jul 2006 07:55:26 -0000 1.3 ++++ cli_ure/version/makefile.mk 29 Jul 2006 12:02:00 -0000 +@@ -52,8 +52,6 @@ + ECHOQUOTE= + .ENDIF + +-.IF "$(BUILD_FOR_CLI)" != "" +- + ALLTAR : \ + $(BIN)$/cliureversion.mk + +@@ -69,7 +67,3 @@ + #INCVERSION .PHONY: version.txt incversions.txt + # +$(PERL) $(PRJ)$/source$/scripts$/increment_version.pl \ + # $< $(BIN)$/cliureversion.mk $(SOLARBINDIR)$/unotype_statistics.txt +- +-.END +- +- |