summaryrefslogtreecommitdiff
path: root/dev-lang/gdl/files/0.9.4-python.patch
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-10-14 16:14:30 +0100
committerJames Le Cuirot <chewi@gentoo.org>2015-10-14 16:22:25 +0100
commit7d94d8eb5d7af9cfed628bf2305380ac7611a20c (patch)
tree154b92b6054bdea0c29da49ddb416b7850271a06 /dev-lang/gdl/files/0.9.4-python.patch
parentd50549b87f3b9369d4012148d510214abea0f8c7 (diff)
downloadgentoo-7d94d8eb5d7af9cfed628bf2305380ac7611a20c.tar.gz
gentoo-7d94d8eb5d7af9cfed628bf2305380ac7611a20c.tar.bz2
gentoo-7d94d8eb5d7af9cfed628bf2305380ac7611a20c.zip
dev-lang/gdl: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-lang/gdl/files/0.9.4-python.patch')
-rw-r--r--dev-lang/gdl/files/0.9.4-python.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/gdl/files/0.9.4-python.patch b/dev-lang/gdl/files/0.9.4-python.patch
deleted file mode 100644
index 709f8c140cd0..000000000000
--- a/dev-lang/gdl/files/0.9.4-python.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up gdl-0.9.4/src/pythongdl.cpp.python gdl-0.9.4/src/pythongdl.cpp
---- gdl-0.9.4/src/pythongdl.cpp.python 2013-07-26 03:30:32.000000000 -0600
-+++ gdl-0.9.4/src/pythongdl.cpp 2013-09-30 10:24:27.092666180 -0600
-@@ -373,7 +373,7 @@ PyObject *GDLSub( PyObject *self, PyObje
- if( libCall)
- e = new EnvT( NULL, sub);
- else
-- e = new EnvUDT( NULL, sub);
-+ e = new EnvUDT( NULL, static_cast<DSubUD*>(sub));
-
- Guard< EnvBaseT> e_guard( e);
-