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

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

Return to bug 111637