View | Details | Raw Unified | Return to bug 140040
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 29-37 Link Here
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31
32
.if ${OSVERSION} >= 800097
32
post-patch:
33
BROKEN=		does not compile
33
	${FIND} ${WRKSRC}/src -type f -name \*.c \
34
.endif
34
	| ${XARGS} ${GREP} -l 'NG_....LEN[ +1]*' \
35
	| ${XARGS} ${REINPLACE_CMD} 's/\(NG_....\)LEN[ +1]*/\1SIZ/g'
35
36
36
pre-build:
37
pre-build:
37
	@${ECHO}
38
	@${ECHO}

Return to bug 140040