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.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
deleted file mode 100644
index 2a6cf664938e..000000000000
--- a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- Source/mplayerplug-in.c.orig Fri Oct 3 07:54:52 2003
-+++ Source/mplayerplug-in.c Sun Oct 5 00:02:12 2003
-@@ -71,7 +71,7 @@
- }
-
- if (config == NULL) {
-- config = fopen("/etc/mplayerplug-in.conf", "r");
-+ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf", "r");
- }
-
- if (config == NULL) {
-@@ -148,7 +148,7 @@
- }
-
- if (customtypes == NULL) {
-- customtypes = fopen("/etc/mplayerplug-in.types", "r");
-+ customtypes = fopen("%%PREFIX%%/etc/mplayerplug-in.types", "r");
- }
-
- if (customtypes != NULL) {