summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyme/files/pyme-swig-compatibility.patch')
-rw-r--r--dev-python/pyme/files/pyme-swig-compatibility.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/pyme/files/pyme-swig-compatibility.patch b/dev-python/pyme/files/pyme-swig-compatibility.patch
deleted file mode 100644
index 41163ce4e8f3..000000000000
--- a/dev-python/pyme/files/pyme-swig-compatibility.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gpgme.i.old 2006-04-12 14:08:14.000000000 -0400
-+++ gpgme.i 2006-04-12 13:46:23.000000000 -0400
-@@ -35,6 +35,7 @@
- return NULL;
- }
- }
-+%typemap(freearg) const char * "";
-
- // Release returned buffers as necessary.
- %typemap(newfree) char * "free($1);";