Skip to content
Snippets Groups Projects
Commit 91463de0 authored by Ed Maste's avatar Ed Maste
Browse files

sysutils/unquote: 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:	jrm
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37504
parent 39ab5e38
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,6 @@ PLIST_FILES= bin/unquote man/man1/unquote.1.gz
.if !defined(NO_RELEASE)
MAKE_ENV+= RELEASE=yes
.endif
MAKE_ENV+= NO_WDATE_TIME=yes
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment