summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-04-30 13:26:48 +0000
committerzuntum <zuntum>2002-04-30 13:26:48 +0000
commit054b989a09adfa35b0f0fdf71b5c6b22c317e180 (patch)
tree178b2ed654d1fa0a536502f402ca19a537c41b36 /graphics
parent49b5c9ec7e8ff7d8cb1574c1c60cef000fa18117 (diff)
downloadpkgsrc-054b989a09adfa35b0f0fdf71b5c6b22c317e180.tar.gz
rework comment describing why we are setting TMPDIR to ${WRKDIR}
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mplayer/Makefile.common7
1 files 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: