mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Use -lpthread instead of -pthread
This commit is contained in:
parent
c99da836da
commit
4170a599c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382239
@ -23,7 +23,7 @@ PORTDOCS= *
|
||||
IPV6_CATEGORIES= ipv6
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
THREADS_CONFIGURE_ENABLE= threads
|
||||
THREADS_LDFLAGS= -pthread
|
||||
THREADS_LDFLAGS= -lpthread
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
|
Loading…
Reference in New Issue
Block a user