Fix configure error on 5.2.1-RELEASE.

Reported by:	Piotr Gnyp <toread@discordia.pl>, Cheza My Ballz <cheza420@hotmail.com>
This commit is contained in:
MANTANI Nobutaka 2004-11-17 15:27:25 +00:00
parent 087b884e21
commit f5dff22c38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121813

View File

@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-keymap=lynx
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500016
.if ${OSVERSION} < 502102
CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="${LIBS} ${PTHREAD_LIBS} -lc_r"
.else