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:
parent
b360849b27
commit
9e78844ca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157779
@ -45,7 +45,7 @@ USE_TK= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${OSVERSION} < 502102
|
||||
WITHOUT_ODBC= yes
|
||||
.endif
|
||||
|
||||
|
@ -45,7 +45,7 @@ USE_TK= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
.if ${OSVERSION} < 502102
|
||||
WITHOUT_ODBC= yes
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user