opnsense-ports/devel/gprbuild/files/patch-src_gprbuild-main.adb
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
480 B
Ada

It seems GNAT Pro makeutl.adb renamed an argument which hasn't trickled
back to FSF GCC yet.
--- src/gprbuild-main.adb.orig 2014-04-17 09:50:17.000000000 +0000
+++ src/gprbuild-main.adb
@@ -2099,7 +2099,7 @@ begin
Do_Compute_Builder_Switches
(Project_Tree => Project_Tree,
- Env => Root_Environment,
+ Root_Environment => Root_Environment,
Main_Project => Main_Project);
Queue.Initialize (Opt.One_Compilation_Per_Obj_Dir);