freebsd-ports/lang/gnat/files/patch-an
Daniel Eischen 95df74e9ba Update to the latest public release 3.13p.
Thanks to Samuel Tardieu <sam@inf.enst.fr> for instigating this
update and providing some of the changes.
2000-11-01 18:57:03 +00:00

19 lines
566 B
Plaintext

--- ada/a-link.c.orig Sat May 6 19:38:57 2000
+++ ada/a-link.c Sat May 6 19:41:09 2000
@@ -149,6 +149,15 @@
unsigned char objlist_file_supported = 0;
unsigned char using_gnu_linker = 0;
+#elif defined (__FreeBSD__)
+char *object_file_option = "";
+char *run_path_option = "";
+char shared_libgnat_default = SHARED;
+int link_max = 2147483647;
+unsigned char objlist_file_supported = 0;
+unsigned char using_gnu_linker = 0;
+char *object_library_extension = ".a";
+
#elif defined (linux)
char *object_file_option = "";
char *run_path_option = "-Wl,-rpath,";