freebsd-ports/graphics/gsculpt/files/patch-cpp-Math-pyIndexTriangle.cpp
Rong-En Fan 9329eddef4 - Update to 0.99.38.2
The old version is five years old.
- Update pkg-descr
- Use pkg-plist
- Pass maintainership to submitter

PR:		ports/109467
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
2007-02-25 07:15:48 +00:00

15 lines
363 B
C++

--- cpp/Math/pyIndexTriangle.cpp.orig Mon Jan 1 17:49:08 2007
+++ cpp/Math/pyIndexTriangle.cpp Tue Feb 20 13:56:21 2007
@@ -8,10 +8,10 @@
#ifndef PYINDEXTRIANGLE_CPP
#define PYINDEXTRIANGLE_CPP
-#include <Math/IndexTriangle.h>
-
#include <boost/python.hpp>
using namespace boost::python;
+
+#include <Math/IndexTriangle.h>
void export_IndexTriangle()