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:
parent
7603a13b92
commit
bf00c85054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25384
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user