aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i89921
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i89921')
-rw-r--r--editors/openoffice-3-devel/files/patch-i8992121
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i89921 b/editors/openoffice-3-devel/files/patch-i89921
deleted file mode 100644
index 207e827c5c32..000000000000
--- a/editors/openoffice-3-devel/files/patch-i89921
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: source/token/makefile.mk
-===================================================================
-RCS file: /cvs/xml/oox/source/token/makefile.mk,v
-retrieving revision 1.7
-diff -u -r1.7 makefile.mk
---- oox/source/token/makefile.mk 18 Apr 2008 14:33:38 -0000 1.7
-+++ oox/source/token/makefile.mk 25 May 2008 10:07:00 -0000
-@@ -50,11 +50,11 @@
-
- .INCLUDE : target.mk
-
--$(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf : tokens.txt gentoken.pl
-+$(MISC)$/tokens.gperf : tokens.txt gentoken.pl
- $(PERL) gentoken.pl tokens.txt $(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf
-
- $(INCCOM)$/tokens.inc : $(MISC)$/tokens.gperf
- gperf --compare-strncmp $(MISC)$/tokens.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" >$(INCCOM)$/tokens.inc
-
--$(SLO)$/tokenmap.obj : $(INCCOM)$/tokens.inc $(INCCOM)$/tokenwords.inc $(INCCOM)$/tokens.hxx
-+$(SLO)$/tokenmap.obj : $(INCCOM)$/tokens.inc
-