View | Details | Raw Unified | Return to bug 56551 | Differences between
and this patch

Collapse All | Expand All

(-)db3/Makefile (+1 lines)
Lines 35-40 Link Here
35
			--target=${ARCH}-portbld-freebsd${OSREL}
35
			--target=${ARCH}-portbld-freebsd${OSREL}
36
36
37
pre-patch:
37
pre-patch:
38
	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
38
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
39
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
39
40
40
post-patch:
41
post-patch:

Return to bug 56551