freebsd-ports/lang/fpc/files/patch-rtl-unix_oscdeclh.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
884 B
PHP

--- rtl/unix/oscdeclh.inc 2022-06-17 00:46:14.261191000 -0500
+++ rtl/unix/oscdeclh.inc 2022-06-17 00:48:10.379917000 -0500
@@ -50,7 +50,7 @@
Function FpChmod (path : pChar; Mode : TMode): cInt; cdecl; external clib name 'chmod';
Function FpChown (path : pChar; owner : TUid; group : TGid): cInt; cdecl; external clib name 'chown';
Function FPUtime(path:pchar;times:putimbuf):cint; cdecl; external clib name 'utime';
- Function FpPipe (var fildes : tfildes):cInt; cdecl;external clib name 'pipe';
+ Function FpPipe (var fildes : tfildes; flags:cint):cInt; cdecl;external clib name 'pipe2';
function FpDup (oldd:cint):cint; cdecl; external clib name 'dup';
function FpDup2 (oldd:cint;newd:cint):cint; cdecl; external clib name 'dup2';
function FpTimes (var buffer : tms): TClock; cdecl; external clib name 'times';