summaryrefslogtreecommitdiff
path: root/archivers/peazip/files/patch-unit8.pas
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2016-01-27 19:02:32 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2016-01-27 19:02:32 +0000
commit937663bbb668eb4b1ab2a0042b71716e92aa06f9 (patch)
treea6630520db1b0c95e2010024c1ce3095f9edfa23 /archivers/peazip/files/patch-unit8.pas
parent- Modernize pkg-plist (diff)
- Update to 5.9.1
- Fix build with FPC 3.0.0
Notes
Notes: svn path=/head/; revision=407375
Diffstat (limited to '')
-rw-r--r--archivers/peazip/files/patch-unit8.pas29
1 files changed, 29 insertions, 0 deletions
diff --git a/archivers/peazip/files/patch-unit8.pas b/archivers/peazip/files/patch-unit8.pas
new file mode 100644
index 000000000000..badf55485b97
--- /dev/null
+++ b/archivers/peazip/files/patch-unit8.pas
@@ -0,0 +1,29 @@
+--- unit8.pas.orig 2016-01-27 13:11:27.063394000 -0500
++++ unit8.pas 2016-01-27 13:14:04.758776000 -0500
+@@ -170,7 +170,7 @@
+ procedure new_pm;
+ var
+ i,rc:integer;
+- s:utf8string;
++ s:AnsiString;
+ begin
+ if InputQuery(txt_edit+' '+FormPM.mpw.Caption, '', s) then
+ begin
+@@ -190,7 +190,7 @@
+ end;
+
+ procedure editpw_pm;
+-var s:utf8string;
++var s:AnsiString;
+ begin
+ if FormPM.StringGridPM.Row=0 then
+ begin
+@@ -207,7 +207,7 @@
+ end;
+
+ procedure setdescription_pm;
+-var s:utf8string;
++var s:AnsiString;
+ begin
+ if FormPM.StringGridPM.Row=0 then
+ begin