diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 00:26:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 00:26:49 +0000 |
commit | de0bede7b007c15e90ff5b32e2b205311305e22d (patch) | |
tree | fb3c390ce07ffc44803241ed5d982cdf647c860d /net/sharity-light | |
parent | Unbreak for elf after imap fix. (diff) |
Mark BROKEN for current:
cc -O -pipe -c unshlight.c
unshlight.c: In function `main':
unshlight.c:53: `MOUNT_NFS' undeclared (first use this function)
unshlight.c:53: (Each undeclared identifier is reported only once
unshlight.c:53: for each function it appears in.)
*** Error code 1
Diffstat (limited to 'net/sharity-light')
-rw-r--r-- | net/sharity-light/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 9b32f1020529..3bc547ca39b5 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -3,7 +3,7 @@ # Date created: 14 June 1997 # Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> # -# $Id: Makefile,v 1.5 1998/07/06 19:32:04 dt Exp $ +# $Id: Makefile,v 1.6 1998/07/07 19:17:15 dt Exp $ # DISTNAME= Sharity-Light.1.0.s @@ -15,6 +15,11 @@ MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \ MAINTAINER= dt@FreeBSD.ORG +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= MOUNT_NFS undeclared +.endif + MAN8= smbmount.8 post-extract: |