mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
cc4e71cb59
* Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com>
20 lines
566 B
Plaintext
20 lines
566 B
Plaintext
*** ./ada/gnatlink.adb.orig Wed Jul 29 21:01:08 1998
|
|
--- ./ada/gnatlink.adb Tue Sep 1 00:26:17 1998
|
|
***************
|
|
*** 73,79 ****
|
|
Table_Increment => 100,
|
|
Table_Name => "Gnatlink.Binder_Options");
|
|
|
|
! Gcc : String_Access := Program_Name ("gcc");
|
|
|
|
Read_Mode : constant String := "r" & Ascii.Nul;
|
|
|
|
--- 73,79 ----
|
|
Table_Increment => 100,
|
|
Table_Name => "Gnatlink.Binder_Options");
|
|
|
|
! Gcc : String_Access := Program_Name ("adagcc");
|
|
|
|
Read_Mode : constant String := "r" & Ascii.Nul;
|
|
|