1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Improve OSVERSION check for threading issues, using 502102 ("5.2-CURRENT

after change of default thread library from libc_r to libpthread.")

PR:		ports/94161
Submitted by:	Shaun Amott <shaun(at)inerd.com>
This commit is contained in:
Jimmy Olgeni 2006-03-20 19:54:30 +00:00
parent b360849b27
commit 9e78844ca4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157779
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ USE_TK= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
.if ${OSVERSION} < 502102
WITHOUT_ODBC= yes
.endif

View File

@ -45,7 +45,7 @@ USE_TK= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
.if ${OSVERSION} < 502102
WITHOUT_ODBC= yes
.endif