CURRENT no longer needs -pthread

This commit is contained in:
markm 2001-05-26 14:06:45 +00:00
parent d0e4a96bbd
commit 7f6febda7a

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