7de7eeae8e
- rework the way we handle shared_libs versus ptlib version so it stays compatible with upstream - install version.h - dtmf decoder patch from FreeBSD
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
$OpenBSD: patch-src_ptlib_common_pluginmgr_cxx,v 1.2 2008/03/15 17:38:07 ajacoutot Exp $
|
|
--- src/ptlib/common/pluginmgr.cxx.orig Fri Oct 19 08:22:32 2007
|
|
+++ src/ptlib/common/pluginmgr.cxx Fri Jan 4 14:04:45 2008
|
|
@@ -168,7 +168,7 @@
|
|
# ifdef _WIN32
|
|
# define P_DEFAULT_PLUGIN_DIR ".;C:\\PWLIB_PLUGINS"
|
|
# else
|
|
-# define P_DEFAULT_PLUGIN_DIR ".:/usr/lib/pwlib"
|
|
+# define P_DEFAULT_PLUGIN_DIR ".:!!PREFIX!!/lib/pwlib"
|
|
# endif
|
|
#endif
|
|
|