summaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-cpp-bugworkarounds-pyGLDeleteTextures.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-24 22:33:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-24 22:33:53 +0000
commitf60a7698b3904efdfabe162bb1c938e90e7ec39d (patch)
tree4c9d65e097fffd95b587419a05be55ad0387fae9 /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.cpp19
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;
-
-
-