Define NO_WERROR to unbreak world until the maintainer has had time
to coordinate fixes for this contrib code.
This commit is contained in:
parent
c7ea683135
commit
68a9ebbe8c
@ -14,6 +14,9 @@ NOMAN= yes
|
||||
|
||||
SRCS= gdbreplay.c
|
||||
|
||||
# XXX Don't die on warnings, until the maintainer has a chance to fix them.
|
||||
NO_WERROR= yes
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb/config
|
||||
|
Loading…
Reference in New Issue
Block a user