gnu/texinfo: Disable -Werror for clang

Change-Id: Ib5053044c03503942f9626703f086ee2bbb518ac
This commit is contained in:
Lionel Sambuc 2016-07-02 14:07:35 +02:00
parent 637f688f0d
commit 7eaefc5e7c

View File

@ -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