diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-04-30 13:26:48 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-04-30 13:26:48 +0000 |
commit | ec9455a3084b17e9ffd01e02f319eda69c9f6b00 (patch) | |
tree | 178b2ed654d1fa0a536502f402ca19a537c41b36 | |
parent | e0fb643be222506f5358326b5a4b7480f556305d (diff) | |
download | pkgsrc-ec9455a3084b17e9ffd01e02f319eda69c9f6b00.tar.gz |
rework comment describing why we are setting TMPDIR to ${WRKDIR}
-rw-r--r-- | graphics/mplayer/Makefile.common | 7 |
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: |