diff options
Diffstat (limited to 'lang/gnat/files/freebsd5x-patch-01')
-rw-r--r-- | lang/gnat/files/freebsd5x-patch-01 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/gnat/files/freebsd5x-patch-01 b/lang/gnat/files/freebsd5x-patch-01 new file mode 100644 index 000000000000..176a094fc779 --- /dev/null +++ b/lang/gnat/files/freebsd5x-patch-01 @@ -0,0 +1,15 @@ +--- ./config/i386/freebsd.h.orig Tue Nov 26 12:56:06 2002 ++++ ./config/i386/freebsd.h Tue Nov 26 12:57:30 2002 +@@ -165,10 +165,10 @@ + "%{!shared: \ + %{!pg: \ + %{!pthread: %{!kthread:-lc} %{kthread:-lpthread -lc}} \ +- %{pthread:-lc_r}} \ ++ %{pthread:-lc_r -lc}} \ + %{pg: \ + %{!pthread: %{!kthread:-lc_p} %{kthread:-lpthread_p -lc_p}} \ +- %{pthread:-lc_r_p}}}" ++ %{pthread:-lc_r_p -lc_p}}}" + #else + #define LIB_SPEC \ + "%{!shared: \ |