mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- ThreadMutex manpage seems to be installed regardless the threading state
Reported by: pointyhat Pointy hat to: pav
This commit is contained in:
parent
c201d552c9
commit
500b9d1e9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206077
@ -36,7 +36,7 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
|
||||
APR::Date.3 APR::Error.3 APR::Finfo.3 APR::IpSubnet.3 \
|
||||
APR::OS.3 APR::PerlIO.3 APR::Pool.3 APR::SockAddr.3 \
|
||||
APR::Socket.3 APR::Status.3 APR::String.3 APR::Table.3 \
|
||||
APR::URI.3 APR::UUID.3 APR::Util.3 \
|
||||
APR::ThreadMutex.3 APR::URI.3 APR::UUID.3 APR::Util.3 \
|
||||
Apache2::Access.3 Apache2::Build.3 Apache2::CmdParms.3 \
|
||||
Apache2::Command.3 Apache2::Connection.3 Apache2::Const.3 \
|
||||
Apache2::Directive.3 Apache2::Filter.3 Apache2::FilterRec.3 \
|
||||
@ -76,7 +76,6 @@ APR_HAS_THREADS= 0
|
||||
.endif
|
||||
|
||||
.if ${APR_HAS_THREADS} == 1
|
||||
MAN3+= APR::ThreadMutex.3
|
||||
PLIST_SUB+= THREADMUTEX=""
|
||||
.else
|
||||
PLIST_SUB+= THREADMUTEX="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user