diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-20 19:54:30 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-03-20 19:54:30 +0000 |
commit | 9e78844ca456b9e9806e01feb7efb030724cf03b (patch) | |
tree | 60e94b2a9c6c610130ff05bd8ce2892637c94f81 /lang/erlang14 | |
parent | b360849b27325571e9245ee219b232560cb8ff7f (diff) | |
download | ports-9e78844ca456b9e9806e01feb7efb030724cf03b.tar.gz ports-9e78844ca456b9e9806e01feb7efb030724cf03b.zip |
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>
Notes
Notes:
svn path=/head/; revision=157779
Diffstat (limited to 'lang/erlang14')
-rw-r--r-- | lang/erlang14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 812a812adf57..980aca11e66b 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -45,7 +45,7 @@ USE_TK= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 502102 WITHOUT_ODBC= yes .endif |