freebsd-ports/graphics/sharpconstruct/files/patch-include-Optimized.h
Martin Wilke 71e18d2d7e * Fix build with gcc42
* Minor port updates
* Allow the build on amd64

PR:		117089
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-10-11 21:45:55 +00:00

11 lines
367 B
C++

--- include/Optimized.h.orig Sat Dec 31 06:26:59 2005
+++ include/Optimized.h Thu Oct 11 02:07:55 2007
@@ -193,7 +193,7 @@
void Normalize( Point3D& );
typedef Point3D Normal3D;
- typedef std::vector< Point3D, Align< Point3D > > Point3DVector;
+ typedef std::vector< Point3D > Point3DVector;
void Normalize( Point3DVector& );
/*class Point3DVector