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

(-)pftpd/Makefile (+2 lines)
Lines 26-31 Link Here
26
.endfor
26
.endfor
27
27
28
post-patch:
28
post-patch:
29
	@${REINPLACE_CMD} -e 's|mktemp|mkstemp|g' \
30
		${WRKSRC}/src/rpa.c
29
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
31
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
30
		${WRKSRC}/configure \
32
		${WRKSRC}/configure \
31
		${WRKSRC}/plib/configure
33
		${WRKSRC}/plib/configure

Return to bug 88633