1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

ports-mgmt/synth: add missed patchfile, fixes the build (+)

followup to 8df72f129d

PR:	279870
This commit is contained in:
Dima Panov 2024-08-12 18:24:09 +03:00
parent 465c31f9b5
commit 6c568d3564
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29

View 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