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

(-)Makefile (+4 lines)
Lines 31-36 Link Here
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
33
33
34
.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
35
BROKEN= does not link due to missing symbol in default thread library
36
.endif
37
34
post-patch:
38
post-patch:
35
	@${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \
39
	@${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \
36
		-e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \
40
		-e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \

Return to bug 99767