openbsd-ports/devel/pwlib/patches/patch-src_ptlib_common_pluginmgr_cxx
jakemsr 06dd44f100 - add sndio backend
- remove OSS and esd support
ok ajacoutot@ (MAINTAINER)
2009-01-17 12:30:08 +00:00

13 lines
447 B
Plaintext

$OpenBSD: patch-src_ptlib_common_pluginmgr_cxx,v 1.3 2009/01/17 12:30:08 jakemsr Exp $
--- src/ptlib/common/pluginmgr.cxx.orig Thu Oct 18 23:22:32 2007
+++ src/ptlib/common/pluginmgr.cxx Sat Jan 17 03:54:23 2009
@@ -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 ".:/usr/local/lib/pwlib"
# endif
#endif