summaryrefslogtreecommitdiff
path: root/devel/pygobject3-common/files/patch-gi_pygi-cache.h
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
commitd129587b5d568b0ff5300386f1e1b706c349f38e (patch)
treee398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /devel/pygobject3-common/files/patch-gi_pygi-cache.h
parentBugfix upgrade to new upstream release 2.3.8. (diff)
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
Diffstat (limited to 'devel/pygobject3-common/files/patch-gi_pygi-cache.h')
-rw-r--r--devel/pygobject3-common/files/patch-gi_pygi-cache.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/devel/pygobject3-common/files/patch-gi_pygi-cache.h b/devel/pygobject3-common/files/patch-gi_pygi-cache.h
deleted file mode 100644
index f11882f93912..000000000000
--- a/devel/pygobject3-common/files/patch-gi_pygi-cache.h
+++ /dev/null
@@ -1,40 +0,0 @@
-From 3b70f5bc8e59e49795fcaa7b285aeff0c4565a04 Mon Sep 17 00:00:00 2001
-From: Simon Feltman <sfeltman@src.gnome.org>
-Date: Mon, 27 Oct 2014 20:19:23 -0700
-Subject: Remove redefinitions of function and vfunc cache typedefs
-
-https://bugzilla.gnome.org/show_bug.cgi?id=737874
-
-diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
-index 093dde2..0361f00 100644
---- gi/pygi-cache.h
-+++ gi/pygi-cache.h
-@@ -197,7 +197,7 @@ struct _PyGICallableCache
- GICallableInfo *callable_info);
- };
-
--typedef struct _PyGIFunctionCache {
-+struct _PyGIFunctionCache {
- PyGICallableCache callable_cache;
-
- /* An invoker with ffi_cif already setup */
-@@ -207,13 +207,13 @@ typedef struct _PyGIFunctionCache {
- PyGIInvokeState *state,
- PyObject *py_args,
- PyObject *py_kwargs);
--} PyGIFunctionCache;
-+} ;
-
--typedef struct _PyGIVFuncCache {
-+struct _PyGIVFuncCache {
- PyGIFunctionWithInstanceCache fwi_cache;
-
- GIBaseInfo *info;
--} PyGIVFuncCache;
-+};
-
-
- gboolean
---
-cgit v0.10.1
-