a730dfbf59
Some clue from espie@ Needed to work on an Ekiga update. There are still some rought edges but they'll be worked in-tree. This and the upcoming VoIP ports commits wouldn't have been possible without Miod's soft couch ;-)
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
$OpenBSD: patch-src_ptlib_common_pluginmgr_cxx,v 1.2 2011/10/26 16:59:09 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:${LOCALBASE}/lib/pwlib"
|
|
# endif
|
|
#endif
|
|
|