ports/graphics/raster3d/files/patch-stereo3d
Yuri Victorovich 6cee4df26b graphics/raster3d: Fix tmp directory locations.
It was trying to use /usr/tmp
2018-10-06 19:37:37 +00:00

11 lines
196 B
Text

--- stereo3d.orig 2018-10-06 19:31:53 UTC
+++ stereo3d
@@ -37,8 +37,6 @@
#
if [ "$TMPDIR" ]; then
tmp=$TMPDIR/$$
-elif [ -d /usr/tmp ]; then
- tmp=/usr/tmp/$$
else
tmp=/tmp/$$
fi