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

(-)Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
.endif
29
.endif
30
30
31
post-patch:
31
post-patch:
32
	${REINPLACE_CMD} -e '9s|$$| -pthread|' ${WRKSRC}/src/libzmq.pc.in
32
	${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/src/libzmq.pc.in
33
33
34
regression-test: build
34
regression-test: build
35
	cd ${WRKSRC} && ${MAKE} check
35
	cd ${WRKSRC} && ${MAKE} check

Return to bug 190426