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:
parent
16c8c16723
commit
c00762ac1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32847
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user