devd: allow build to complete using g++
This commit is contained in:
parent
0bc60783da
commit
e8d9a1edb3
@ -15,6 +15,8 @@ LIBADD= l util
|
||||
|
||||
YFLAGS+=-v
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
CFLAGS.gcc = -Wno-redundant-decls
|
||||
CXXFLAGS.gcc = -Wno-redundant-decls
|
||||
|
||||
CLEANFILES= y.output y.tab.i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user