summaryrefslogtreecommitdiff
path: root/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/mplayer-plugin/files/patch-Source_mplayerplug-in.c')
-rw-r--r--www/mplayer-plugin/files/patch-Source_mplayerplug-in.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
new file mode 100644
index 000000000000..7bbe8c4e5dc8
--- /dev/null
+++ b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
@@ -0,0 +1,11 @@
+--- Source/mplayerplug-in.c.orig Fri Feb 21 15:43:56 2003
++++ Source/mplayerplug-in.c Fri Feb 21 15:44:24 2003
+@@ -219,7 +219,7 @@
+ }
+
+ if (config == NULL) {
+- config = fopen("/etc/mplayerplug-in.conf","r");
++ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf","r");
+ }
+
+ DEBUG = 0;