[Libreoffice-commits] .: Branch 'libreoffice-3-3' - tools/inc

Robert Nagy rnagy at kemper.freedesktop.org
Mon Nov 8 11:03:03 PST 2010


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

New commits:
commit b123b71ca0fdd6ad62100abddcc23aed9a2bc4ce
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 e19f87b..3a81918 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -381,6 +381,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