aboutsummaryrefslogtreecommitdiffstats
path: root/audio/esound/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound/files/patch-ae')
-rw-r--r--audio/esound/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/esound/files/patch-ae b/audio/esound/files/patch-ae
new file mode 100644
index 000000000000..891f45cad290
--- /dev/null
+++ b/audio/esound/files/patch-ae
@@ -0,0 +1,11 @@
+--- ltmain.sh.orig Thu Jun 29 23:41:49 2000
++++ ltmain.sh Thu Jun 29 23:45:36 2000
+@@ -3227,7 +3227,7 @@
+ outputname=
+ if test "$fast_install" = no && test -n "$relink_command"; then
+ if test "$finalize" = yes; then
+- outputname="/tmp/$$-$file"
++ outputname=$(mktemp "${TMPDIR:-/tmp}/$file.XXXXXX") || exit $?
+ # Replace the output file specification.
+ relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
+