]> Zhao Yanbai Git Server - minix.git/commitdiff
gnu/texinfo: Disable -Werror for clang 31/3331/1
authorLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 2 Jul 2016 12:07:35 +0000 (14:07 +0200)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 9 Jul 2016 10:11:26 +0000 (12:11 +0200)
Change-Id: Ib5053044c03503942f9626703f086ee2bbb518ac

gnu/usr.bin/texinfo/Makefile.inc

index 1af33838ee83dcf31b2b159494eee17bd71f0ce8..69851ce82da59170b388bc049f66c461aa342e27 100644 (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