aboutsummaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-01-06 16:53:07 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-01-06 16:53:07 +0000
commit9168603ee2a4caf0184a678f8c87fd4c35b5309e (patch)
treebeed789c375f11c48d387803bbb6f26ed98f78ab /www/w3m
parent7d2247fbb14d14757e294626dc02ce359ccf9953 (diff)
downloadports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.tar.gz
ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes: svn path=/head/; revision=225331
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile5
1 files changed, 0 insertions, 5 deletions
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