aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_kdump
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-08-16 13:13:02 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-08-16 13:13:02 +0000
commit53777764e198fee4e37ea6aad43bb5324b6ed44c (patch)
tree29971ac7d1fecdacb26f411ccc91db919e187e2d /devel/linux_kdump
parent8c0a791e84bf93de834f07f2a4f1d07c07ce974a (diff)
downloadports-53777764e198fee4e37ea6aad43bb5324b6ed44c.tar.gz
ports-53777764e198fee4e37ea6aad43bb5324b6ed44c.zip
Notes
Diffstat (limited to 'devel/linux_kdump')
-rw-r--r--devel/linux_kdump/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile
index 6f840c43aec5..aeb22726c28e 100644
--- a/devel/linux_kdump/Makefile
+++ b/devel/linux_kdump/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 26 1997
# Whom: msmith@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/11/26 07:49:35 msmith Exp $
#
DISTNAME= linux_kdump-1.0
@@ -14,6 +14,11 @@ MAINTAINER= msmith@FreeBSD.org
BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "During build fails makesyscalls"
+.endif
+
.if !exists(/sys/i386/linux/syscalls.master)
BROKEN= "requires kernel source present in /sys"
.endif