forked from Lainports/freebsd-ports
CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems to impact the LoTW integration though, so I don't think it needs to be marked as broken with that version. Also, update all the patches to use makepatch.
11 lines
451 B
ObjectPascal
11 lines
451 B
ObjectPascal
--- src/fLoTWExport.pas.orig 2018-06-17 12:42:42 UTC
|
|
+++ src/fLoTWExport.pas
|
|
@@ -250,7 +250,7 @@ begin
|
|
else begin
|
|
WindowState := wsMaximized
|
|
end;
|
|
- edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','/usr/bin/tqsl -d -l "your qth name" %f -x');
|
|
+ edtTqsl.Text := cqrini.ReadString('LoTWExp','cmd','%%LOCALBASE%%/bin/tqsl -d -l "your qth name" %f -x');
|
|
if pgLoTWExport.ActivePageIndex = 1 then
|
|
rbWebExportNotExported.SetFocus
|
|
end;
|