opnsense-ports/devel/gprbuild/files/extrapatch-5-gprbuild-slave.adb
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
420 B
Ada

--- src/gprbuild-compilation-slave.adb.orig 2014-04-17 09:50:17 UTC
+++ src/gprbuild-compilation-slave.adb
@@ -817,7 +817,7 @@ package body Gprbuild.Compilation.Slave
S : Slave := Slave_S.Element (C);
begin
Proc (S);
- Pool (C) := S;
+ Pool.Replace_Element (Position => C, New_Item => S);
end;
end loop;
end Iterate;