diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-06 19:37:37 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-06 19:37:37 +0000 |
commit | 6cee4df26bed74caba00381a9eeeb1ab0c5c0846 (patch) | |
tree | c69478f9c9e65582b6789671a82ad7e2d59de18a /graphics/raster3d/files/patch-stereo3d | |
parent | net-mgmt/mdata-client: Set ONLY_FOR_ARCHS (diff) |
graphics/raster3d: Fix tmp directory locations.
It was trying to use /usr/tmp
Notes
Notes:
svn path=/head/; revision=481388
Diffstat (limited to 'graphics/raster3d/files/patch-stereo3d')
-rw-r--r-- | graphics/raster3d/files/patch-stereo3d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/raster3d/files/patch-stereo3d b/graphics/raster3d/files/patch-stereo3d new file mode 100644 index 000000000000..1f677c762dea --- /dev/null +++ b/graphics/raster3d/files/patch-stereo3d @@ -0,0 +1,11 @@ +--- 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 |