View | Details | Raw Unified | Return to bug 253000 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/bsdrcmds/Makefile (-1 / +8 lines)
Lines 16-22 LICENSE= BSD3CLAUSE Link Here
16
USES=		uidfix
16
USES=		uidfix
17
17
18
MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE}
18
MAKE_ARGS+=		BINOWN=${BINOWN} BINMODE=${BINMODE}
19
MAKE_ENV+=		MK_WERROR=no NO_WERROR=1
19
20
.include <bsd.port.options.mk>
21
22
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134
23
MAKE_ENV+=		MK_WERROR=no
24
.else
25
NO_WERROR=1
26
.endif
20
27
21
OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
28
OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
22
OPTIONS_DEFAULT=	LIBBLACKLIST
29
OPTIONS_DEFAULT=	LIBBLACKLIST

Return to bug 253000