The ports freeze may take longer than anticipated. Instead of

waiting for it to be delayed, temporarily back out the -pthread
removal until the freeze is lifted.

Freeze possibly taking longer than necessary:	will
Requested by:	kris
This commit is contained in:
Daniel Eischen 2003-09-21 07:59:16 +00:00
parent 009b6fcb03
commit 0fa21a585c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120312

View File

@ -159,10 +159,9 @@ is built with the --enable-threads configure-time option.} \
#include <sys/param.h>
#if __FreeBSD_version >= 500016
#define FBSD_LIB_SPEC " \
%{pthread: %eThe -pthread option is deprecated.} \
%{!shared: \
%{!pg: -lc} \
%{pg: -lc_p} \
%{!pg: %{pthread:-lc_r} -lc} \
%{pg: %{pthread:-lc_r_p} -lc_p} \
}"
#else
#define FBSD_LIB_SPEC " \