freebsd-ports/lang/fpc/files/patch-rtl-freebsd_unxfunc.inc
Jose Alonso Cardenas Marquez 8c8a336495 - Remove compat < 11 dependencies from bootstrap and compiler. It could fix problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
2020-03-06 06:26:05 +00:00

13 lines
307 B
PHP

--- rtl/freebsd/unxfunc.inc 2020-02-21 18:39:27.076200000 -0500
+++ rtl/freebsd/unxfunc.inc 2020-02-21 18:39:47.649039000 -0500
@@ -49,8 +49,9 @@
}
var
pip : tfildes;
+ flags : cint;
begin
- assignPipe:=fppipe(pip);
+ assignPipe:=fppipe(pip, flags);
pipe_in:=pip[0];
pipe_out:=pip[1];
end;