diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-15 06:08:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-15 06:08:14 +0000 |
commit | bed49697fc17a399aee53530af3473366630f04f (patch) | |
tree | 7f5403a3a02de887e424a9365bb0e39e66975225 /www/mplayer-plugin/files/patch-Source_plugin-setup.cpp | |
parent | Fix pkg-plist. (diff) |
Update to 2.11.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes:
svn path=/head/; revision=100963
Diffstat (limited to 'www/mplayer-plugin/files/patch-Source_plugin-setup.cpp')
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_plugin-setup.cpp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp b/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp new file mode 100644 index 000000000000..4f1dfe02683c --- /dev/null +++ b/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp @@ -0,0 +1,38 @@ +--- Source/plugin-setup.cpp.orig Fri Feb 13 09:45:47 2004 ++++ Source/plugin-setup.cpp Sun Feb 15 01:02:21 2004 +@@ -2,7 +2,7 @@ + + #ifndef STATICDECLS + #define STATICDECLS +-int DEBUG = 1; ++int DEBUG = 0; + int DESTROYED = 0; + int enable_real; + int enable_qt; +@@ -76,7 +76,7 @@ + } + + if (config == NULL) { +- config = fopen("/etc/mplayerplug-in.conf", "r"); ++ config = fopen("/usr/X11R6/etc/mplayerplug-in.conf", "r"); + } + + if (config == NULL) { +@@ -153,7 +153,7 @@ + } + + if (customtypes == NULL) { +- customtypes = fopen("/etc/mplayerplug-in.types", "r"); ++ customtypes = fopen("/usr/X11R6/etc/mplayerplug-in.types", "r"); + } + + if (customtypes != NULL) { +@@ -439,7 +439,7 @@ + } + + if (config == NULL) { +- config = fopen("/etc/mplayerplug-in.conf", "r"); ++ config = fopen("/usr/X11R6/etc/mplayerplug-in.conf", "r"); + } + + if (config == NULL) { |