summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:22:00 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:22:00 +0000
commit47fb359e9109f68b2e04bf47eb20546a5f4097e8 (patch)
tree76f1604d13862a89df1538edaeeb83755a725d76 /net
parentMark BROKEN for ELF: depends on glibstdc++28 (diff)
Mark BROKEN for current:
cc -O2 -DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_ETHER_NTOA=1 -DHAVE_SETLINEBUF=1 -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI -I. -c print-domain.c print-domain.c:219: `T_UINFO' undeclared here (not in a function) print-domain.c:219: initializer element for `type2str[29].v' is not constant print-domain.c:220: `T_UID' undeclared here (not in a function) print-domain.c:220: initializer element for `type2str[30].v' is not constant print-domain.c:221: `T_GID' undeclared here (not in a function) print-domain.c:221: initializer element for `type2str[31].v' is not constant *** Error code 1
Notes
Notes: svn path=/head/; revision=13980
Diffstat (limited to 'net')
-rw-r--r--net/smbtcpdump/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/smbtcpdump/Makefile b/net/smbtcpdump/Makefile
index 74e3fe4e83bd..dcab385fa172 100644
--- a/net/smbtcpdump/Makefile
+++ b/net/smbtcpdump/Makefile
@@ -4,7 +4,7 @@
# Date created: 11th Feb 1995
# Whom: gpalmer
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/02 18:30:18 obrien Exp $
#
DISTNAME= tcpdump-3.2.1
@@ -18,6 +18,11 @@ PATCHFILES= tcpdump-3.2.1-smb-diffs.gz
MAINTAINER= obrien@FreeBSD.org
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= T_GID undeclared
+.endif
+
GNU_CONFIGURE= yes
ALL_TARGET= depend tcpdump
MAN1= smbtcpdump.1