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

Collapse All | Expand All

(-)multimedia/mplayer/Makefile (+1 lines)
Lines 259-264 Link Here
259
		-e 's|-lbz2|/usr/lib/libbz2.so|' \
259
		-e 's|-lbz2|/usr/lib/libbz2.so|' \
260
		-e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \
260
		-e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \
261
		-e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \
261
		-e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \
262
		-e 's,$$(echo $$ac_option | cut -d '\''='\'' -f 2),$${ac_option#*=},' \
262
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
263
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
263
	@${FIND} -E ${WRKSRC} -type f \
264
	@${FIND} -E ${WRKSRC} -type f \
264
		-iregex ".*(configure|.sh|Makefile)" -print0 | \
265
		-iregex ".*(configure|.sh|Makefile)" -print0 | \
(-)multimedia/mplayer/Makefile.shared (-2 / +2 lines)
Lines 29-36 Link Here
29
CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
29
CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
30
		PTHREAD_LIBS="${PTHREAD_LIBS}" \
30
		PTHREAD_LIBS="${PTHREAD_LIBS}" \
31
		TMPDIR="${WRKSRC}"
31
		TMPDIR="${WRKSRC}"
32
CONFIGURE_ARGS=	--cc=${CC} \
32
CONFIGURE_ARGS=	--cc="${CC}" \
33
		--host-cc=${CC} \
33
		--host-cc="${CC}" \
34
		--disable-bitmap-font \
34
		--disable-bitmap-font \
35
		--disable-liba52
35
		--disable-liba52
36
36
(-)multimedia/mencoder/Makefile (+1 lines)
Lines 158-163 Link Here
158
		-e 's|-lbz2|/usr/lib/libbz2.so|' \
158
		-e 's|-lbz2|/usr/lib/libbz2.so|' \
159
		-e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \
159
		-e 's|-L$$_prefix/lib|-L${LOCALBASE}/lib|' \
160
		-e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \
160
		-e 's|-I$$_prefix/include|-I${LOCALBASE}/include|' \
161
		-e 's,$$(echo $$ac_option | cut -d '\''='\'' -f 2),$${ac_option#*=},' \
161
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
162
		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
162
	@${FIND} -E ${WRKSRC} -type f \
163
	@${FIND} -E ${WRKSRC} -type f \
163
		-iregex ".*(configure|.sh|Makefile)" -print0 | \
164
		-iregex ".*(configure|.sh|Makefile)" -print0 | \

Return to bug 156901