svn commit: r473567 - head/graphics/structuresynth/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 29 17:55:28 UTC 2018


Author: amdmi3
Date: Fri Jun 29 17:55:27 2018
New Revision: 473567
URL: https://svnweb.freebsd.org/changeset/ports/473567

Log:
  - Fix build with clang 6

Added:
  head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp   (contents, props changed)

Added: head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp	Fri Jun 29 17:55:27 2018	(r473567)
@@ -0,0 +1,11 @@
+--- SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp.orig	2010-09-08 17:25:30 UTC
++++ SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp
+@@ -122,7 +122,7 @@ namespace SyntopiaCore {
+ 						currentT = p;
+ 
+ 						// We do not intersect grid.
+-						if (!found) return false;
++						if (!found) return NULL;
+ 				}
+ 
+ 				stepX = (dir.x() > 0) ? 1 : -1;


More information about the svn-ports-all mailing list