mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ports-mgmt/synth: add missed patchfile, fixes the build (+)
followup to 8df72f129d
PR: 279870
This commit is contained in:
parent
465c31f9b5
commit
6c568d3564
11
ports-mgmt/synth/files/patch-parameters.adb
Normal file
11
ports-mgmt/synth/files/patch-parameters.adb
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/parameters.adb.orig 2024-06-17 13:37:33.229523000 +1200
|
||||
+++ src/parameters.adb 2024-06-17 13:35:59.280062000 +1200
|
||||
@@ -50,7 +50,7 @@
|
||||
end;
|
||||
end if;
|
||||
|
||||
- internal_config.Init (File_Name => conf_location,
|
||||
+ internal_config.Init (Config_File_Name => conf_location,
|
||||
On_Type_Mismatch => Config.Be_Quiet);
|
||||
|
||||
if section_exists (master_section, global_01) then
|
Loading…
Reference in New Issue
Block a user