summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-12-05 10:45:33 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-12-05 10:45:33 +0000
commitcd9041c8fee4c9cb8de713fc2b582aad91e5483d (patch)
tree98bcbc2ede52a523a476ecec61c2b5d903cdb183 /multimedia/mplayer
parent- remove BROKEN (diff)
Constrict the build to ${WRKDIR}: force ${WRKSRC} as the temporary
directory used for creating test executable files in the configure phase. Previously, the port examined the TMPDIR and TEMPDIR variables, and, if they were not set, used /tmp; this goes against the grain of the limit-to-WRKDIR policy, and also plain does not work if /tmp is mounted with the 'noexec' flag. Approved by: maintainer, portmgr (kris)
Notes
Notes: svn path=/head/; revision=71378
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 13a1a48675d8..f1a4d8ea7773 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -30,7 +30,8 @@ USE_GMAKE= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS=${PTHREAD_LIBS}
+ PTHREAD_LIBS=${PTHREAD_LIBS} \
+ TMPDIR="${WRKSRC}"
CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \
--disable-vidix