[Libreoffice-commits] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Wed Nov 10 00:39:33 PST 2010


 patches/dev300/speed-hash-style.diff |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit fe618e1660772eeef865611192560ab4d2c117e8
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Nov 10 10:38:46 2010 +0200

    Make speed-hash-style.diff apply again

diff --git a/patches/dev300/speed-hash-style.diff b/patches/dev300/speed-hash-style.diff
index 46aab79..6ee1215 100644
--- a/patches/dev300/speed-hash-style.diff
+++ b/patches/dev300/speed-hash-style.diff
@@ -1,16 +1,16 @@
 --- configure.in.old	2010-07-29 16:40:48.000000000 +0200
 +++ configure.in	2010-07-29 16:48:44.000000000 +0200
 @@ -566,6 +566,10 @@ AC_ARG_WITH(system-mozilla,
-                           mozilla
- ], WITH_SYSTEM_MOZILLA=$withval, WITH_SYSTEM_MOZILLA=no)
+     WITH_SYSTEM_MOZILLA=$withval ,
+ WITH_SYSTEM_MOZILLA=no)
  
 +AC_ARG_WITH(linker-hash-style,
 +[  --with-linker-hash-style
 +], WITH_LINKER_HASH_STYLE=$withval, WITH_LINKER_HASH_STYLE=gnu)
 +
  AC_ARG_WITH(stlport,
- [  --with-stlport         The location that STLport is installed in. The STL
-                           header files are assumed to be in
+     AS_HELP_STRING([--with-stlport],
+         [The location that STLport is installed in. The STL header files are assumed
 @@ -1628,9 +1631,9 @@ if test "$_os" = "SunOS"; then
  fi
  


More information about the Libreoffice-commits mailing list