aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk')
-rw-r--r--editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk b/editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk
new file mode 100644
index 000000000000..6ff4536ba34a
--- /dev/null
+++ b/editors/libreoffice/files/patch-odk__pack__gendocu__makefile.mk
@@ -0,0 +1,11 @@
+--- ./odk/pack/gendocu/makefile.mk.orig 2013-02-06 20:11:03.000000000 -0500
++++ ./odk/pack/gendocu/makefile.mk 2013-02-07 13:26:20.000000000 -0500
+@@ -106,7 +106,7 @@
+ $(JAVA_SRC_FILES) : $(SOLARCOMMONPCKDIR)$/$$(@:f)
+ -$(MKDIRHIER) $(@:d)
+ $(MY_COPY) $< $@
+- cd $(JAVA_SRC_DIR) && unzip -quo $(@:f)
++ cd $(JAVA_SRC_DIR) && unzip -qu $(@:f)
+
+ #$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/%.java : $(PRJ)$/source$/bean$/com$/sun$/star$/beans$/%.java
+ # -$(MKDIRHIER) $(@:d)