aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-02-01 11:39:26 +0800
committerjasone <jasone@FreeBSD.org>2000-02-01 11:39:26 +0800
commit29bd91a6b1591d3c48d60b8ac40ff96e45b072fa (patch)
treec5696bacd81ecc45aec17e6f3442bb2001f5c3b1 /devel/linuxthreads
parent607eb5fcf3d61361a5010b593c30897a50d03552 (diff)
downloadfreebsd-ports-gnome-29bd91a6b1591d3c48d60b8ac40ff96e45b072fa.tar.gz
freebsd-ports-gnome-29bd91a6b1591d3c48d60b8ac40ff96e45b072fa.tar.zst
freebsd-ports-gnome-29bd91a6b1591d3c48d60b8ac40ff96e45b072fa.zip
Require a more recent OSVERSION, since linuxthreads uses dllockinit(),
which only very recently started to work correctly with linuxthreads.
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