gnu/texinfo: Disable -Werror for clang
Change-Id: Ib5053044c03503942f9626703f086ee2bbb518ac
This commit is contained in:
parent
637f688f0d
commit
7eaefc5e7c
|
|
@ -22,6 +22,10 @@ DPADD+= ${LIBINTL}
|
|||
LDADD+= -lintl
|
||||
.endif # !defined(__MINIX)
|
||||
|
||||
.if defined(__MINIX)
|
||||
CWARNFLAGS.clang+= -Wno-error
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
LIBCOMMONDIR!= cd ${.CURDIR}/../common && ${PRINTOBJDIR}
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user