From bf00c85054954b2907915bbb4c30f0e6004a378c Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 1 Feb 2000 03:39:26 +0000 Subject: Require a more recent OSVERSION, since linuxthreads uses dllockinit(), which only very recently started to work correctly with linuxthreads. --- devel/linuxthreads/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/linuxthreads/Makefile') 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 -- cgit v1.2.3