diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-25 03:55:50 +0000 |
commit | cf43aeea37ac0c6b42f5b897094d92587306468f (patch) | |
tree | 1bd69fa0e1a567f83385e12272288550e5117941 /graphics/gsculpt/files | |
parent | f5b7a121320ece42e5ce7a90f713e0f2105f796b (diff) | |
download | ports-cf43aeea37ac0c6b42f5b897094d92587306468f.tar.gz ports-cf43aeea37ac0c6b42f5b897094d92587306468f.zip |
- Update to 0.99.47
PR: 166036
Submitted by: Ports Fury
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293789
Diffstat (limited to 'graphics/gsculpt/files')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp | 11 | ||||
-rw-r--r-- | graphics/gsculpt/files/patch-cpp__Math__Vector2.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp b/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp new file mode 100644 index 000000000000..4ea39b05e168 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp__ImporeExportFilter__ObjImport__PyObjImport.cpp @@ -0,0 +1,11 @@ +--- cpp/ImportExportFilter/ObjImport/PyObjImport.cpp.orig 2009-06-22 04:58:54.000000000 +0900 ++++ cpp/ImportExportFilter/ObjImport/PyObjImport.cpp 2012-03-06 23:06:16.000000000 +0900 +@@ -8,6 +8,8 @@ + #ifndef PYOBJIMPORT_CPP__ + #define PYOBJIMPORT_CPP__ + ++#include <Python.h> ++ + #include <string> + + #include <boost/python.hpp> diff --git a/graphics/gsculpt/files/patch-cpp__Math__Vector2.h b/graphics/gsculpt/files/patch-cpp__Math__Vector2.h new file mode 100644 index 000000000000..47045e1514a7 --- /dev/null +++ b/graphics/gsculpt/files/patch-cpp__Math__Vector2.h @@ -0,0 +1,10 @@ +--- cpp/Math/Vector2.h.orig 2008-12-30 23:41:26.000000000 +0900 ++++ cpp/Math/Vector2.h 2012-03-06 22:15:22.000000000 +0900 +@@ -8,6 +8,7 @@ + #ifndef VECTOR2_H__ + #define VECTOR2_H__ + ++#include <cstdio> + #include <math.h> + + #include <algorithm> |