freebsd-ports/lang/fpc/files/patch-rtl-unix_bunxh.inc
Jose Alonso Cardenas Marquez d2209ba1fb lang/fpc-*: Update bootstrap to 3.2.2
- Update i386 and amd64 bootstrap to 3.2.2
- Fix issues with new stat struct
- Now i386 is build using FPC_USE_LIBC
- Fix build on i386 when FPC_USE_LIBC is used
- Update fpc source code to newer kernel syscalls. It removes COMPAT11
  dependency. Now these ports support FreeBSD >= 12.x
- Bump PORTREVISION
2022-06-17 23:20:22 -05:00

11 lines
703 B
PHP

--- rtl/unix/bunxh.inc 2019-11-05 11:17:53.000000000 -0500
+++ rtl/unix/bunxh.inc 2022-05-27 15:51:22.481698000 -0500
@@ -34,7 +34,7 @@
Function FpChmod (path : pChar; Mode : TMode): cInt;
Function FpChown (path : pChar; owner : TUid; group : TGid): cInt;
Function FpUtime (path : pChar; times : putimbuf): cInt;
- Function FpPipe (var fildes : tfildes):cInt;
+ Function FpPipe (var fildes : tfildes; flags : cInt):cInt;
Function FpDup (fildes : cInt): cInt; external name 'FPC_SYSC_DUP';
Function FpDup2 (fildes, fildes2 : cInt): cInt; external name 'FPC_SYSC_DUP2';
Function FpTimes (var buffer : tms): TClock;