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

(-)Makefile (-7 / +1 lines)
Lines 24-33 Link Here
24
post-patch:
24
post-patch:
25
	@${REINPLACE_CMD} -e 's|-O2||g'	${WRKSRC}/${CONFIGURE_SCRIPT}
25
	@${REINPLACE_CMD} -e 's|-O2||g'	${WRKSRC}/${CONFIGURE_SCRIPT}
26
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.mk>
28
29
.if ${OSVERSION} < 500000
30
BROKEN=		Does not compile on FreeBSD 4.x
31
.endif
32
33
.include <bsd.port.post.mk>

Return to bug 111663