freebsd-ports/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr
Thomas Zander 49761da6e6 Un-break port, update to upstream version 0.7.0
While on it:
- Pet portlint

PR:		206840
Submitted by:	bbtruk@users.sourceforge.net (maintainer)
MFH:		2016Q1
2016-03-13 21:39:37 +00:00

11 lines
353 B
ObjectPascal

--- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2016-01-13 13:19:01 UTC
+++ plugins/wlx/WlxMplayer/src/wlxMplayer.lpr
@@ -258,7 +258,7 @@ var
sPlayerPath: String;
p: TMPlayer;
begin
- pf:= TExProcess.Create('which mplayer');
+ pf:= TExProcess.Create('%%LOCALBASE%%/bin/mplayer');
try
pf.Execute;
if (pf.RezList.Count <> 0) then