From aaa10d7ab71976e428d2e131d1207287afc01280 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 11 Sep 2002 12:22:19 +0000 Subject: Work around jdk-path issues in CURRENT. --- .../files/patch-unoil+com+sun+star+document+makefile.mk | 10 ++++++++++ editors/openoffice-1.0/files/patch-unoil+makefile.pmk | 11 +++++++++++ .../files/patch-unoil::com::sun::star::document::makefile.mk | 10 ++++++++++ editors/openoffice-1.0/files/patch-unoil::makefile.pmk | 11 +++++++++++ 4 files changed, 42 insertions(+) create mode 100644 editors/openoffice-1.0/files/patch-unoil+com+sun+star+document+makefile.mk create mode 100644 editors/openoffice-1.0/files/patch-unoil+makefile.pmk create mode 100644 editors/openoffice-1.0/files/patch-unoil::com::sun::star::document::makefile.mk create mode 100644 editors/openoffice-1.0/files/patch-unoil::makefile.pmk (limited to 'editors/openoffice-1.0/files') diff --git a/editors/openoffice-1.0/files/patch-unoil+com+sun+star+document+makefile.mk b/editors/openoffice-1.0/files/patch-unoil+com+sun+star+document+makefile.mk new file mode 100644 index 000000000000..63b73d0e107c --- /dev/null +++ b/editors/openoffice-1.0/files/patch-unoil+com+sun+star+document+makefile.mk @@ -0,0 +1,10 @@ +--- ../unoil/com/sun/star/document/makefile.mk.orig Wed Sep 11 11:51:49 2002 ++++ ../unoil/com/sun/star/document/makefile.mk Wed Sep 11 11:52:08 2002 +@@ -64,6 +64,7 @@ + PRJ = ..$/..$/..$/.. + TARGET = unoil_document + PACKAGE = com$/sun$/star$/document ++GENJAVAFILES = $(GENJAVADIR)$/com/sun/star/task/XInteractionContinuation.java + + # --- Settings ----------------------------------------------------- + diff --git a/editors/openoffice-1.0/files/patch-unoil+makefile.pmk b/editors/openoffice-1.0/files/patch-unoil+makefile.pmk new file mode 100644 index 000000000000..6f1ce632cbe3 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-unoil+makefile.pmk @@ -0,0 +1,11 @@ +--- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002 ++++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002 +@@ -75,7 +75,7 @@ + .ENDIF # "$(L10N_framework)"=="" + + GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) +-GENCLASSFILES := $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) ++GENCLASSFILES += $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) + + # --- Targets ------------------------------------------------------ + diff --git a/editors/openoffice-1.0/files/patch-unoil::com::sun::star::document::makefile.mk b/editors/openoffice-1.0/files/patch-unoil::com::sun::star::document::makefile.mk new file mode 100644 index 000000000000..63b73d0e107c --- /dev/null +++ b/editors/openoffice-1.0/files/patch-unoil::com::sun::star::document::makefile.mk @@ -0,0 +1,10 @@ +--- ../unoil/com/sun/star/document/makefile.mk.orig Wed Sep 11 11:51:49 2002 ++++ ../unoil/com/sun/star/document/makefile.mk Wed Sep 11 11:52:08 2002 +@@ -64,6 +64,7 @@ + PRJ = ..$/..$/..$/.. + TARGET = unoil_document + PACKAGE = com$/sun$/star$/document ++GENJAVAFILES = $(GENJAVADIR)$/com/sun/star/task/XInteractionContinuation.java + + # --- Settings ----------------------------------------------------- + diff --git a/editors/openoffice-1.0/files/patch-unoil::makefile.pmk b/editors/openoffice-1.0/files/patch-unoil::makefile.pmk new file mode 100644 index 000000000000..6f1ce632cbe3 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-unoil::makefile.pmk @@ -0,0 +1,11 @@ +--- ../unoil/makefile.pmk Wed Sep 11 11:50:42 2002 ++++ ../unoil/makefile.pmk.orig Wed Sep 11 11:50:26 2002 +@@ -75,7 +75,7 @@ + .ENDIF # "$(L10N_framework)"=="" + + GENJAVAFILES := $(foreach,i,$(JAVAFILESLIST) $(GENJAVADIR)$/$(PACKAGE)$/$i) +-GENCLASSFILES := $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) ++GENCLASSFILES += $(foreach,i,$(JAVAFILESLIST:b) $(GENCLASSDIR)$/$(PACKAGE)$/$i.class) + + # --- Targets ------------------------------------------------------ + -- cgit v1.2.3