diff options
Diffstat (limited to 'editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk')
-rw-r--r-- | editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk b/editors/openoffice-devel/files/patch-unoil::com::sun::star::document::makefile.mk new file mode 100644 index 000000000000..63b73d0e107c --- /dev/null +++ b/editors/openoffice-devel/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 ----------------------------------------------------- + |