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

(-)multimedia/libvpx/Makefile (+2 lines)
Lines 76-81 IGNORE= no support for ${ARCH} the momen Link Here
76
.endif
76
.endif
77
77
78
post-patch:
78
post-patch:
79
	@${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \
80
		${WRKSRC}/build/make/configure.sh
79
	@${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
81
	@${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
80
		-e 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,g'
82
		-e 's,#!/bin/bash,#!${LOCALBASE}/bin/bash,g'
81
.if ${OSVERSION} < 700000
83
.if ${OSVERSION} < 700000

Return to bug 159193