net/intel-ixl-kmod: Remove -Werror from CFLAGS
-Werror in CFLAGS may cause overreaction if a custom compiler or compilation options are used. To avoid this - WERROR is disabled in kmod.mk Compile and sanity checked intel-{ixl,ix,em}-kmod using poudriere+portlint Approved By: sbruno (mentor), koobs, franco_opnsense.org (intel-em-kmod maintainer) Differential Revision: https://reviews.freebsd.org/D17533
This commit is contained in:
parent
e0ff51b278
commit
b32da4786b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482220
@ -39,6 +39,7 @@ MANPAGENAME?= ${PORTNAME}
|
|||||||
MANPAGELINKS?= if_${PORTNAME}
|
MANPAGELINKS?= if_${PORTNAME}
|
||||||
PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \
|
PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \
|
||||||
man/man4/${MANPAGENAME}.4.gz
|
man/man4/${MANPAGENAME}.4.gz
|
||||||
|
MAKE_ENV+= WERROR=""
|
||||||
|
|
||||||
.for link in ${MANPAGELINKS}
|
.for link in ${MANPAGELINKS}
|
||||||
PLIST_FILES+= man/man4/${link}.4.gz
|
PLIST_FILES+= man/man4/${link}.4.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user