diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-07 00:53:07 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-07 00:53:07 +0800 |
commit | 3bff9256de0e1d9186e98472f674fd15ebc25f39 (patch) | |
tree | bc0b2821c63a847302742a8a746f2a3dd7533a25 /www/w3m | |
parent | c852bed373cb7aa3d4265fc28676f4e070e21f5e (diff) | |
download | freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.gz freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.zst freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 5 |
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 |