1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add the rest of the patch

PR:		21398
Submitted by:	Maintainer
This commit is contained in:
Chris D. Faulhaber 2000-09-19 15:00:16 +00:00
parent 16c8c16723
commit c00762ac1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32847

View File

@ -9,3 +9,12 @@
cat > conftest.$ac_ext <<EOF
#line 5127 "configure"
#include "confdefs.h"
@@ -6051,7 +6051,7 @@
if [ "x$HAVE_PTHREAD_LIB" = "xyes" ]; then
THREADDEP=td-posix
CFLAGS="$CFLAGS -DSUPPORT_THREADS -D_REENTRANT"
- LIBS="$LIBS -lpthread"
+ LIBS="$LIBS -pthread"
if [ "x$HAVE_POSIX4_LIB" = "xyes" ]; then
LIBS="$LIBS -lposix4"
fi