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

Collapse All | Expand All

(-)irc/irssi-xmpp/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
post-patch:
30
post-patch:
31
# Try to unbreak parallel builds (-jX)
31
# Try to unbreak parallel builds (-jX)
32
	@${REINPLACE_CMD} -E 's|cd (.+) && (\$${MAKE})|\2 -C \1|' \
32
	@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE})|\2 -C \1|' \
33
		${WRKSRC}/Makefile ${WRKSRC}/src/Makefile
33
		${WRKSRC}/Makefile ${WRKSRC}/src/Makefile
34
34
35
post-install:
35
post-install:

Return to bug 218603