aboutsummaryrefslogtreecommitdiff
path: root/pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch')
-rw-r--r--pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch b/pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch
new file mode 100644
index 0000000..4441a4b
--- /dev/null
+++ b/pkgs/mht2htmcl/01-fix-current-lazarus-compat.patch
@@ -0,0 +1,30 @@
1diff -ruN a/mht2htmcl.lpi b/mht2htmcl.lpi
2--- a/mht2htmcl.lpi 2016-04-05 00:37:14.000000000 +0200
3+++ b/mht2htmcl.lpi 2024-02-16 11:03:22.615248368 +0100
4@@ -30,10 +30,13 @@
5 <CommandLineParams Value="&quot;c:\Radni\programi\mht2htm\command line\*.mht&quot;"/>
6 </local>
7 </RunParams>
8- <RequiredPackages Count="1">
9+ <RequiredPackages Count="2">
10 <Item1>
11 <PackageName Value="LCL"/>
12 </Item1>
13+ <Item2>
14+ <PackageName Value="LazUtils"/>
15+ </Item2>
16 </RequiredPackages>
17 <Units Count="5">
18 <Unit0>
19diff -ruN a/mht2htmcl.lpr b/mht2htmcl.lpr
20--- a/mht2htmcl.lpr 2016-04-07 17:36:48.000000000 +0200
21+++ b/mht2htmcl.lpr 2024-02-16 11:03:42.096651425 +0100
22@@ -29,7 +29,7 @@
23 cthreads,
24 {$ENDIF}{$ENDIF}
25 Classes, SysUtils, CustApp, constants, languages, mechanism,
26- fileutil
27+ fileutil, LazUTF8, LazFileUtils
28
29 { you can add units after this };
30