9cb79afc33
Submitted by: jkim Modified by: maho
16 lines
581 B
Text
16 lines
581 B
Text
Index: unx/source/gdi/salprnpsp.cxx
|
|
===================================================================
|
|
RCS file: /cvs/gsl/vcl/unx/source/gdi/salprnpsp.cxx,v
|
|
retrieving revision 1.40
|
|
diff -u -r1.40 salprnpsp.cxx
|
|
--- vcl/unx/source/gdi/salprnpsp.cxx 22 Mar 2006 09:46:43 -0000 1.40
|
|
+++ vcl/unx/source/gdi/salprnpsp.cxx 27 May 2006 00:31:26 -0000
|
|
@@ -101,6 +101,8 @@
|
|
// NETBSD has no RTLD_GLOBAL
|
|
#ifndef RTLD_GLOBAL
|
|
#define DLOPEN_MODE (RTLD_LAZY)
|
|
+#elif defined(FREEBSD)
|
|
+#define DLOPEN_MODE (RTLD_NOW | RTLD_GLOBAL)
|
|
#else
|
|
#define DLOPEN_MODE (RTLD_GLOBAL | RTLD_LAZY)
|
|
#endif
|