Remove -Werror. There is a defined but not used function in the
generated lex output file.
This commit is contained in:
parent
d593a88972
commit
4098eb1c46
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/05/07 08:34:22 ahoka Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/08/04 02:52:44 dmcmahill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= confuse-2.6
|
||||
|
@ -21,5 +21,9 @@ USE_TOOLS+= pkg-config msgfmt
|
|||
PKGCONFIG_OVERRIDE+= libconfuse.pc.in
|
||||
INSTALLATION_DIRS= lib include
|
||||
|
||||
# the included, but generated, lexer.c includes a
|
||||
# definition of a function which is then not used.
|
||||
BUILDLINK_TRANSFORM+= rm:-Werror
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue