diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-02-01 03:39:26 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-02-01 03:39:26 +0000 |
commit | bf00c85054954b2907915bbb4c30f0e6004a378c (patch) | |
tree | c1c422c49f4fe767d9333d3b9c3b020418cec7f2 /devel/linuxthreads | |
parent | 7603a13b925040016da4e19ed1b01586022d9982 (diff) | |
download | ports-bf00c85054954b2907915bbb4c30f0e6004a378c.tar.gz ports-bf00c85054954b2907915bbb4c30f0e6004a378c.zip |
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/Makefile | 2 |
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 |