diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-29 12:23:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-29 12:23:41 +0000 |
commit | 4b67be2fc9527fc52d32c37b41ac78d6b07fdafe (patch) | |
tree | 5f2670beb0f8917b5b8d229612b6c1c820b444f3 /editors/openoffice-3-devel/files/patch-i67891 | |
parent | Add p5-WWW-Google-Calculator 0.03, this module provide simple interface (diff) |
Update to SRC680_m179
Notes
Notes:
svn path=/head/; revision=169039
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i67891')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i67891 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i67891 b/editors/openoffice-3-devel/files/patch-i67891 new file mode 100644 index 000000000000..28e98528fb9e --- /dev/null +++ b/editors/openoffice-3-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 +- +- |