summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper-devel/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'www/nspluginwrapper-devel/files/patch-configure')
-rw-r--r--www/nspluginwrapper-devel/files/patch-configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure
deleted file mode 100644
index 6007dc2bcd6f..000000000000
--- a/www/nspluginwrapper-devel/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./configure.orig Sun Mar 4 23:01:22 2007
-+++ ./configure Wed Apr 4 20:20:59 2007
-@@ -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"