summaryrefslogtreecommitdiff
path: root/net/slirp
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:18:49 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:18:49 +0000
commita159f6667f7fe372ebf57923f37e4a454d64a4c9 (patch)
treee395370508c897890acb1690165ce41b31940829 /net/slirp
parentMark BROKEN for ELF: (diff)
Mark BROKEN for current:
cc -I. -I. -DUSE_PPP -O -pipe -O2 -Wall -Wno-implicit -Wmissing-prototypes -c ./tcp_subr.c ./tcp_subr.c:241: parse error before `(' ./tcp_subr.c:244: parse error before `{' ./tcp_subr.c:250: parse error before `if' *** Error code 1
Notes
Notes: svn path=/head/; revision=13978
Diffstat (limited to 'net/slirp')
-rw-r--r--net/slirp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
index 25b69551d9aa..423aa760a27f 100644
--- a/net/slirp/Makefile
+++ b/net/slirp/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 Aug 1995
# Whom: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
#
-# $Id: Makefile,v 1.7 1996/12/12 03:24:08 erich Exp $
+# $Id: Makefile,v 1.8 1998/02/10 17:23:47 fenner Exp $
#
DISTNAME= slirp-1.0c
@@ -12,6 +12,11 @@ MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/
MAINTAINER= A.C.P.M.Kalker@student.utwente.nl
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= tcp_subr.c
+.endif
+
WRKSRC= ${WRKDIR}/slirp-1.0c/src
HAS_CONFIGURE= yes
MAN1= slirp.1