From 9168603ee2a4caf0184a678f8c87fd4c35b5309e Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Tue, 6 Jan 2009 16:53:07 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older Approved by: pav --- www/w3m/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'www/w3m') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 89d78543b035..d4196d822227 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -91,17 +91,12 @@ CONFIGURE_ARGS+= --enable-keymap=lynx .endif .if defined(WITH_THREADING) -.if ${OSVERSION} < 502102 -CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="${LIBS} ${PTHREAD_LIBS:C/-pthread/-lc_r/}" -.else # Use -lpthread instead of ${PTHREAD_LIBS} to link libpthread # and libc before libgc. # This is necessary to avoid build error with boehm-gc with REDIRECT and # THREADING options. CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="${LIBS} ${PTHREAD_LIBS:C/-pthread/-lpthread/} -lc" -.endif .else CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include" .endif -- cgit v1.2.3