CURRENT no longer needs -pthread

This commit is contained in:
Mark Murray 2001-05-26 14:06:45 +00:00
parent 1f4e04b562
commit 49454ac36c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77229

View File

@ -90,7 +90,6 @@ MAKEMAKER_ARGS= INSTALLDIRS=perl PERL_SRC=${.OBJDIR} \
CFLAGS+= '-DAPPLLIB_EXP="/usr/libdata/perl/BSDPAN"'
.if defined(PERL_THREADED) && ${PERL_THREADED} == "true"
CFLAGS+= -pthread
THREAD= threads-
.endif