<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>patches/openoffice-icc-cross.patch</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -73,6 +73,9 @@ class Openoffice (targetbuild.AutoBuild):
         # self-hosting or compile them as Openoffice__tools package...
         # Shortcut: use precompiled tools from user's system
         return os.environ['OOO_TOOLS_DIR']
+    @context.subst_method
+    def LD_LIBRARY_PATH (self):
+        return '%(OOO_TOOLS_DIR)s/../lib' + misc.append_path (os.environ.get ('LD_LIBRARY_PATH', ''))
     def autoupdate (self):
         # Why is build.py:Build:patch() not doing this?
         map (self.apply_patch, self.__class__.patches)
@@ -229,7 +232,7 @@ cd %(builddir)s/build/%(cvs_tag)s &amp;&amp; patch -p%(patch_strip_component)s &lt; %(patch
 
         self.system ('chmod +x %(upstream_dir)s/solenv/bin/build.pl %(upstream_dir)s/solenv/bin/deliver.pl')
 
-        disable_modules = ['sandbox', 'testshl2', 'hsqldb', 'lpsolve']
+        disable_modules = ['sandbox', 'testshl2', 'hsqldb', 'lpsolve', 'lucene']
         for module in disable_modules:
             self.system ('sed -i -e &quot;s@[ \t]all@ i@g&quot; %(upstream_dir)s/%(module)s/prj/build.lst', locals ())
 
@@ -245,6 +248,7 @@ C_INCLUDE_PATH=
 LIBRARY_PATH=
 EXECPOST=
 SOLAR_JAVA=
+LD_LIBRARY_PATH=%(LD_LIBRARY_PATH)s
 ''')
 ##main configure barfs
 ##CPPFLAGS=</diff>
      <filename>gub/specs/openoffice.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ea197efebca0bf73f2c39f1e2796258119c9f15d</id>
    </parent>
  </parents>
  <author>
    <name>Jan Nieuwenhuizen</name>
    <login>janneke</login>
    <email>janneke@gnu.org</email>
  </author>
  <url>http://github.com/janneke/gub/commit/c9efb65fedcac72ddf328240de90980aae8491ef</url>
  <id>c9efb65fedcac72ddf328240de90980aae8491ef</id>
  <committed-date>2008-10-27T14:59:34-07:00</committed-date>
  <authored-date>2008-10-27T14:59:34-07:00</authored-date>
  <message>OpenOffice: get now 35 modules to build.</message>
  <tree>b143002f399a9746544c1d03a36387a3c7674ab8</tree>
  <committer>
    <name>Jan Nieuwenhuizen</name>
    <login>janneke</login>
    <email>janneke@gnu.org</email>
  </committer>
</commit>
