openbsd-ports/devel/pwlib/patches/patch-src_ptlib_common_pluginmgr_cxx
ajacoutot 7de7eeae8e - major upgrade to pwlib-1.12.0
- rework the way we handle shared_libs versus ptlib version so it stays
compatible with upstream
- install version.h
- dtmf decoder patch from FreeBSD
2008-03-15 17:38:07 +00:00

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