avr-libc: disable doc by default

The doc generation fails often and is currently broken again;
not worth the energy to fix this repeatedely, it can be found online.
This commit is contained in:
wiz 2023-01-03 12:04:43 +00:00
parent eb372eecb6
commit 8b7b92c608
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.63 2022/10/04 09:30:59 wiz Exp $
# $NetBSD: Makefile,v 1.64 2023/01/03 12:04:43 wiz Exp $
DISTNAME= avr-libc-2.1.0
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.9 2022/10/04 09:30:59 wiz Exp $
# $NetBSD: options.mk,v 1.10 2023/01/03 12:04:43 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc
PKG_SUPPORTED_OPTIONS+= doc
PKG_SUGGESTED_OPTIONS+= doc
PKG_SUGGESTED_OPTIONS+= # doc
PLIST_VARS+= doc
.include "../../mk/bsd.options.mk"