diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
commit | f60a7698b3904efdfabe162bb1c938e90e7ec39d (patch) | |
tree | 4c9d65e097fffd95b587419a05be55ad0387fae9 /graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp | |
parent | - Update to 2.0.5 (diff) |
- Update to 0.99.39/2
PR: 112046
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=190836
Diffstat (limited to 'graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp')
-rw-r--r-- | graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp b/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp deleted file mode 100644 index 68b6c5b3bee4..000000000000 --- a/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- cpp/bugworkarounds/pyGLDeleteTextures/pyGLDeleteTextures.cpp.orig Tue Feb 20 16:39:18 2007 -+++ cpp/bugworkarounds/pyGLDeleteTextures.cpp Tue Feb 20 16:38:58 2007 -@@ -8,13 +8,14 @@ - #ifndef PYGLDELETETEXTURES_CPP__ - #define PYGLDELETETEXTURES_CPP__ - -+#include <boost/python.hpp> -+using namespace boost::python; -+ - #include <PlatformSpecific/IncludeGL.h> - - #include <Util/Array.h> - - --#include <boost/python.hpp> --using namespace boost::python; - - - |