summaryrefslogtreecommitdiff
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-02-01 03:39:26 +0000
committerJason Evans <jasone@FreeBSD.org>2000-02-01 03:39:26 +0000
commitbf00c85054954b2907915bbb4c30f0e6004a378c (patch)
treec1c422c49f4fe767d9333d3b9c3b020418cec7f2 /devel/linuxthreads
parentUpgrade to v1.52. (diff)
Require a more recent OSVERSION, since linuxthreads uses dllockinit(),
which only very recently started to work correctly with linuxthreads.
Notes
Notes: svn path=/head/; revision=25384
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index d7a18df5289b..93500d701b6c 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -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