forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11-plugins/pidgin-musictracker: Port to EAPI 7
* Fix build with gcc-10 Closes: https://bugs.gentoo.org/717424 Signed-off-by: Jakov Smolic <[email protected]> Signed-off-by: Ben Kohler <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
x11-plugins/pidgin-musictracker/files/pidgin-musictracker-0.4.22-fno-common.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters