changeset 5212:5ff88e67cd4f

OpenOffice: the dll is called mozbootstrap.dll, not LIBmoz...
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 07 Apr 2009 10:20:55 +0200
parents bb6c6ff6fe38
children 8d17cdc38a4f
files patches/openoffice-scp2-mingw.patch
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/patches/openoffice-scp2-mingw.patch	Mon Apr 06 16:34:48 2009 +0200
+++ b/patches/openoffice-scp2-mingw.patch	Tue Apr 07 10:20:55 2009 +0200
@@ -86,6 +86,15 @@
  
  File gid_File_Lib_relnotes
      BIN_FILE_BODY;
+@@ -957,7 +957,7 @@ File gid_File_Lib_Mozbootstrap
+   #ifdef UNX
+     Name = STRING(CONCAT2(libmozbootstrap,UNXSUFFIX));
+   #else
+-    Name = "libmozbootstrap.dll";
++    Name = "mozbootstrap.dll";
+   #endif
+ End
+ 
 @@ -967,7 +967,7 @@
  
  STD_UNO_LIB_FILE(gid_File_Lib_Writerfilter,writerfilter)