diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 20:53:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 20:53:44 +0000 |
commit | 04181f8c20b67e433a6c916acbe86d299dfbbae5 (patch) | |
tree | 04f35b83aad579f2cc85aa42294338998741a067 /www/mplayer-plugin/files/patch-Source_mplayerplug-in.c | |
parent | De-pkg-comment. (diff) |
Link against libXt to avoid unresolvable symbols at runtime.
Diffstat (limited to 'www/mplayer-plugin/files/patch-Source_mplayerplug-in.c')
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_mplayerplug-in.c | 11 |
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; |