diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-01 11:22:02 +0100 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-09 10:59:28 -0600 |
commit | 8372206ee884128f2891bdb37ce06b03c452ac47 (patch) | |
tree | d52dbe1f78543c2833469f8c3f8a377c72c0a575 /x11-plugins/pidgin-musictracker/files | |
parent | www-apache/mod_nss: Bump to 1.0.18 (diff) | |
download | gentoo-8372206ee884128f2891bdb37ce06b03c452ac47.tar.gz gentoo-8372206ee884128f2891bdb37ce06b03c452ac47.tar.bz2 gentoo-8372206ee884128f2891bdb37ce06b03c452ac47.zip |
x11-plugins/pidgin-musictracker: Port to EAPI 7
* Fix build with gcc-10
Closes: https://bugs.gentoo.org/717424
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-musictracker/files')
-rw-r--r-- | x11-plugins/pidgin-musictracker/files/pidgin-musictracker-0.4.22-fno-common.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-musictracker/files/pidgin-musictracker-0.4.22-fno-common.patch b/x11-plugins/pidgin-musictracker/files/pidgin-musictracker-0.4.22-fno-common.patch new file mode 100644 index 000000000000..0378523c3469 --- /dev/null +++ b/x11-plugins/pidgin-musictracker/files/pidgin-musictracker-0.4.22-fno-common.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/717424 +--- a/src/utils.h ++++ b/src/utils.h +@@ -21,7 +21,7 @@ pcre* regex(const char* pattern, int options); + int capture(pcre* re, const char *text, int len, ...); + + #ifndef WIN32 +-DBusGConnection *connection; ++extern DBusGConnection *connection; + gboolean dbus_g_init_connection(void); + gboolean dbus_g_running(const char *name); + #endif |