Fix the build with NO_LIBPTHREAD or NO_LIBTHR depending on the

arch, by merging revision 1.292 from ru@ who was nice enough to
fix this problem in HEAD, but I wasn't paying attention :-).

Pointy hat to:	mux
Spotted by:	bmah
This commit is contained in:
mux 2006-05-19 21:09:20 +00:00
parent 729a496ae4
commit 84c033e73b

View File

@ -251,8 +251,14 @@ _bluetooth= bluetooth
.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
_chkey= chkey
_newkey= newkey
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if !defined(NO_LIBTHR)
_csup= csup
.endif
.elif !defined(NO_LIBPTHREAD)
_csup= csup
.endif
.endif
.if !defined(NO_NETCAT)
_nc= nc