diff options
Diffstat (limited to 'lang/gcc-ooo/files/patch-freebsd-spec.h')
-rw-r--r-- | lang/gcc-ooo/files/patch-freebsd-spec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-ooo/files/patch-freebsd-spec.h b/lang/gcc-ooo/files/patch-freebsd-spec.h index 4b58d3f4e04d..2574c49ef854 100644 --- a/lang/gcc-ooo/files/patch-freebsd-spec.h +++ b/lang/gcc-ooo/files/patch-freebsd-spec.h @@ -14,7 +14,7 @@ +#define FBSD_LIB_SPEC " \ + %{!shared: \ + %{!pg: %{pthread:-lpthread} -lc} \ -+ %{pg: %{pthread:-lpthread} -lc_p} \ ++ %{pg: %{pthread:-lpthread_p} -lc_p} \ + }" +#endif /* deal with FreeBSD 5.0 - 5.2.1 */ #else |