1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Require a more recent OSVERSION, since linuxthreads uses dllockinit(),

which only very recently started to work correctly with linuxthreads.
This commit is contained in:
Jason Evans 2000-02-01 03:39:26 +00:00
parent 7603a13b92
commit bf00c85054
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25384

View File

@ -20,7 +20,7 @@ MAINTAINER= jasone@freebsd.org
# This port only works on i386 right now.
ONLY_FOR_ARCHS=i386
.if ${OSVERSION} < 400000
.if ${OSVERSION} < 400015
BROKEN="Requires FreeBSD 4.0 or newer"
.endif