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

(-)Makefile (-7 / +1 lines)
Lines 29-42 Link Here
29
29
30
DOCSDIR=	share/doc/HTML/en/bibletime
30
DOCSDIR=	share/doc/HTML/en/bibletime
31
31
32
.include <bsd.port.pre.mk>
33
34
.if ${OSVERSION} < 500000
35
BROKEN=		fails to compile under FreeBSD 4.x
36
.endif
37
38
post-patch:
32
post-patch:
39
	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
33
	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
40
	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
34
	@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
41
35
42
.include <bsd.port.post.mk>
36
.include <bsd.port.mk>

Return to bug 108944