From 407e097bfa2f998f02af525a848842b61c48191b Mon Sep 17 00:00:00 2001 From: nobutaka Date: Wed, 17 Nov 2004 15:27:25 +0000 Subject: Fix configure error on 5.2.1-RELEASE. Reported by: Piotr Gnyp , Cheza My Ballz --- www/w3m/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 409fda58ad52..0246b570a6cc 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-keymap=lynx .include -.if ${OSVERSION} < 500016 +.if ${OSVERSION} < 502102 CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="${LIBS} ${PTHREAD_LIBS} -lc_r" .else -- cgit