Unbreak for current.
Reviewed by: msmith
This commit is contained in:
parent
95cba67a84
commit
b105142167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15424
2 changed files with 11 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Nov 26 1997
|
||||
# Whom: msmith@FreeBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/08/16 13:13:02 jseger Exp $
|
||||
# $Id: Makefile,v 1.3 1998/11/11 05:37:10 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= linux_kdump-1.0
|
||||
|
@ -16,10 +16,6 @@ BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= "During build fails makesyscalls"
|
||||
.endif
|
||||
|
||||
.if !exists(/sys/i386/linux/syscalls.master)
|
||||
BROKEN= "requires kernel source present in /sys"
|
||||
.endif
|
||||
|
|
10
devel/linux_kdump/files/patch-aa
Normal file
10
devel/linux_kdump/files/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- linux_syscallnames.conf.orig Fri Dec 18 10:29:27 1998
|
||||
+++ linux_syscallnames.conf Fri Dec 18 10:29:32 1998
|
||||
@@ -4,6 +4,7 @@
|
||||
sysproto_h=_LINUX_SYSPROTO_H_
|
||||
syshdr="/dev/null"
|
||||
syssw="/dev/null"
|
||||
+sysmk="/dev/null"
|
||||
syshide="/dev/null"
|
||||
syscallprefix="LINUX_SYS_"
|
||||
switchname="linux_sysent"
|
Loading…
Reference in a new issue