diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 09:22:00 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 09:22:00 +0800 |
commit | 28270f6ee6ad8c26c8fae54bfcad698d46de93ae (patch) | |
tree | 6e1e53a2b9991296b0e929ac89957c3b3c743d84 /net/smbtcpdump | |
parent | c1c74b5facec995b512c1487d48285e4ecaaad61 (diff) | |
download | freebsd-ports-gnome-28270f6ee6ad8c26c8fae54bfcad698d46de93ae.tar.gz freebsd-ports-gnome-28270f6ee6ad8c26c8fae54bfcad698d46de93ae.tar.zst freebsd-ports-gnome-28270f6ee6ad8c26c8fae54bfcad698d46de93ae.zip |
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
Diffstat (limited to 'net/smbtcpdump')
-rw-r--r-- | net/smbtcpdump/Makefile | 7 |
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 |