540c1f4f5f
PTLib is a moderately large C++ class library that originated many years ago as a method to produce applications that run on both Microsoft Windows and Unix X-Windows systems. It also was to have a Macintosh port as well, but this never eventuated. In those days it was called the PWLib the Portable Windows Library. Since then, the availability of multi-platform GUI toolkits such as KDE and wxWindows, and the development of the OpenH323 and OPAL projects as primary user of the library, has emphasised the focus on networking, I/O portability, multi-threading and protocol portability. Mostly, the library is used to create high performance and highly portable network-centric applications. So all the GUI abstractions ahave been dropped and it was renamed the Portable Tools Library that you see today.
13 lines
553 B
Plaintext
13 lines
553 B
Plaintext
$OpenBSD: patch-src_ptlib_common_pluginmgr_cxx,v 1.1.1.1 2010/03/23 21:10:17 ajacoutot Exp $
|
|
--- src/ptlib/common/pluginmgr.cxx.orig Fri Jan 29 13:42:56 2010
|
|
+++ src/ptlib/common/pluginmgr.cxx Fri Jan 29 13:43:47 2010
|
|
@@ -26,7 +26,7 @@
|
|
# elif defined (_WIN32)
|
|
# define P_DEFAULT_PLUGIN_DIR ".;C:\\Program Files\\PTLib Plug Ins;C:\\PTLIB_PLUGINS;C:\\PWLIB_PLUGINS"
|
|
# else
|
|
-# define P_DEFAULT_PLUGIN_DIR ".:/usr/lib/ptlib:/usr/lib/pwlib"
|
|
+# define P_DEFAULT_PLUGIN_DIR ".:${TRUEPREFIX}/lib/ptlib:${TRUEPREFIX}/lib/pwlib"
|
|
# endif
|
|
#endif
|
|
|