9cbaef4fe7
patch-server_asobj_SoundGst_cpp from guilherme m. schroeder on ports@ patch-server_asobj_NetStreamGst_cpp from Deomid Ryabkov on gnash-dev With help from kurt@ and brad@, thanks!
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
$OpenBSD: patch-plugin_plugin_cpp,v 1.1 2008/06/28 15:46:33 deanna Exp $
|
|
--- plugin/plugin.cpp.orig Tue Jun 3 17:36:08 2008
|
|
+++ plugin/plugin.cpp Tue Jun 3 17:36:46 2008
|
|
@@ -200,6 +200,7 @@ NS_PluginInitialize()
|
|
}
|
|
|
|
newGnashRc.append(SYSCONFDIR);
|
|
+ newGnashRc.append("/gnash");
|
|
newGnashRc.append("/gnashpluginrc");
|
|
|
|
char *home = getenv("HOME");
|