[Libreoffice-commits] .: tools/inc

Robert Nagy rnagy at kemper.freedesktop.org
Mon Nov 8 10:41:59 PST 2010


 tools/inc/tools/solar.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 69e403abd495ffb06b60311ff450ecb71c6862a1
Author: Robert Nagy <robert at openbsd.org>
Date:   Mon Nov 8 19:41:49 2010 +0100

    add DLLPOSTFIX for OpenBSD

diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index 1e37b76..471a11e 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -380,6 +380,8 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
   #define __DLLEXTENSION "mxp.dylib"
 #elif defined MACOSX && defined X86
   #define __DLLEXTENSION "mxi.dylib"
+#elif defined OPENBSD
+  #define __DLLEXTENSION "ob.so"
 #else
   #define __DLLEXTENSION ".so"
 #endif


More information about the Libreoffice-commits mailing list