aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2008-01-26 02:26:59 +0800
committermi <mi@FreeBSD.org>2008-01-26 02:26:59 +0800
commit1eb1b44749f2154a2ccee659847fbb63cd8cfd0a (patch)
tree1fd0b6a3d1d17ddc41eae56874b75ec0a561b582 /multimedia/mplayer
parentfcad5b8d540b5d4564903bdecf4fd1cafeada2d7 (diff)
downloadfreebsd-ports-graphics-1eb1b44749f2154a2ccee659847fbb63cd8cfd0a.tar.gz
freebsd-ports-graphics-1eb1b44749f2154a2ccee659847fbb63cd8cfd0a.tar.zst
freebsd-ports-graphics-1eb1b44749f2154a2ccee659847fbb63cd8cfd0a.zip
Remove explicit setting of CC and AS. They are safely taken by configure
from the environment. Overwriting them as is currently done by the port breaks, when either command contains blanks (such as when using distcc and/or ccache). PR: ports/119593: Submitted by: Dominic Fandrey Approved by: Thomas E. Zander (maintainer - see the PR)
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile.shared4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mplayer/Makefile.shared b/multimedia/mplayer/Makefile.shared
index 185b612e1d9..87f25716761 100644
--- a/multimedia/mplayer/Makefile.shared
+++ b/multimedia/mplayer/Makefile.shared
@@ -29,9 +29,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS=${PTHREAD_LIBS} \
TMPDIR="${WRKSRC}"
-CONFIGURE_ARGS= --cc=${CC} \
- --as=${AS} \
- --enable-png \
+CONFIGURE_ARGS= --enable-png \
--enable-menu \
--disable-faad-external \
--disable-vidix-external \