From 054b989a09adfa35b0f0fdf71b5c6b22c317e180 Mon Sep 17 00:00:00 2001 From: zuntum Date: Tue, 30 Apr 2002 13:26:48 +0000 Subject: rework comment describing why we are setting TMPDIR to ${WRKDIR} --- graphics/mplayer/Makefile.common | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/mplayer/Makefile.common b/graphics/mplayer/Makefile.common index 8b20f406337..f50551d2410 100644 --- a/graphics/mplayer/Makefile.common +++ b/graphics/mplayer/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2002/04/30 12:45:29 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2002/04/30 13:26:48 zuntum Exp $ DISTNAME?= MPlayer-0.60 CATEGORIES?= graphics @@ -24,8 +24,9 @@ CONFIGURE_ARGS+= --with-extralibdir="${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-win32libdir="${LOCALBASE}/lib/win32" CONFIGURE_ARGS+= --enable-dvdread -# The configure script attempts to execute compiled programs in /tmp, but -# /tmp may be mounted with noexec flag set... +# The configure script attempts to test-execute compiled programs in /tmp, +# but that directory may be mounted as noexec; work this around by setting +# TMPDIR to ${WRKDIR} CONFIGURE_ENV+= TMPDIR=${WRKDIR} post-configure: -- cgit v1.2.3