From 6c8fc874060160c8c55008194fdcc33778532afb Mon Sep 17 00:00:00 2001 From: jasone Date: Sat, 29 Jan 2000 11:13:43 +0000 Subject: Mark linuxthreads as requiring at least FreeBSD 4.0 and only working on i386. --- devel/linuxthreads/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 9842d61..d7a18df 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -15,6 +15,15 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= jasone@freebsd.org +.include + +# This port only works on i386 right now. +ONLY_FOR_ARCHS=i386 + +.if ${OSVERSION} < 400000 +BROKEN="Requires FreeBSD 4.0 or newer" +.endif + threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \ gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \ lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c @@ -51,4 +60,4 @@ post-install: # @sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.include +.include -- cgit v1.1