[Libreoffice-commits] .: Branch 'libreoffice-3-3' - patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue Mar 29 06:20:25 PDT 2011


 patches/dev300/instsetoo_native-win32-packaging.diff |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 9b751ef2d912dd935deb14ec7ee06aff989ac4de
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Mar 29 16:16:53 2011 +0300

    Avoid build error if no --with-poor-help-localizations

diff --git a/patches/dev300/instsetoo_native-win32-packaging.diff b/patches/dev300/instsetoo_native-win32-packaging.diff
index 4089d46..d634e71 100644
--- a/patches/dev300/instsetoo_native-win32-packaging.diff
+++ b/patches/dev300/instsetoo_native-win32-packaging.diff
@@ -12,14 +12,16 @@
  .ENDIF
  .ELSE			# "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
  ALLTAR : updatepack
-@@ -129,7 +129,11 @@
+@@ -129,7 +129,13 @@
  
  ooodevlanguagepack: $(foreach,i,$(alllangiso) ooodevlanguagepack_$i)
  
 -ooohelppack : $(foreach,i,$(alllangiso) ooohelppack_$i)
 +goodhelplangs := $(alllangiso)
 +
++.IF "$(WITH_POOR_HELP_LOCALIZATIONS)"!=""
 +$(foreach,i,$(WITH_POOR_HELP_LOCALIZATIONS) dog_vomit_slime_mold_$i : $(assign goodhelplangs := $(goodhelplangs:s/$i//)))
++.ENDIF
 +
 +ooohelppack : $(foreach,i,$(goodhelplangs) ooohelppack_$i)
  


More information about the Libreoffice-commits mailing list