ports/www/nspluginwrapper/files/patch-configure
Jung-uk Kim 848504faaa - Update nspluginwrapper to 1.4.0 and assume maintainership. [1]
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper.

Approved by:	Dave Grochowski (malus.x@gmail.com) [1]
2011-05-23 22:50:19 +00:00

18 lines
461 B
Text

--- configure.orig 2009-01-02 11:54:10.000000000 +0300
+++ configure 2009-01-09 05:42:24.000000000 +0300
@@ -6,13 +6,8 @@
PACKAGE=nspluginwrapper
# set temporary file name
-if test ! -z "$TMPDIR" ; then
- TMPDIR1="${TMPDIR}"
-elif test ! -z "$TEMPDIR" ; then
- TMPDIR1="${TEMPDIR}"
-else
- TMPDIR1="/tmp"
-fi
+mkdir -p tmp
+TMPDIR1="./tmp"
TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c"
TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o"