1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
Joe Marcus Clarke 37c6bde254 Update to 1.0.
2003-12-25 05:42:42 +00:00

21 lines
535 B
C

--- 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) {