1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

mail/milter-skem: disable date/time nonreproducible build warning

The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR:		267902 [exp-run]
Approved by:	mi
Sponsored By:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37507
This commit is contained in:
Ed Maste 2022-11-25 14:26:29 -05:00
parent c43b10698c
commit b780076d69

View File

@ -34,6 +34,7 @@ NO_WRKSUBDIR= yes
MAKE_ARGS+= -D$o
. endif
.endfor
MAKE_ARGS+= NO_WDATE_TIME=yes
post-patch:
@${REINPLACE_CMD} -E 's/char[[:blank:]]+c;/int c;/' ${WRKSRC}/milter.c