summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-08-08 18:53:51 +0200
committerDavid Seifert <soap@gentoo.org>2020-08-08 18:53:51 +0200
commit500f9cbf8e5c576c893077ca6b3952cbee1b728d (patch)
treecdb508ae83fe5daca89d4e67bc6ba7f722c3aff1 /media-sound/mp3splt-gtk/files
parentmedia-sound/takcd: Fix building under -fno-common (diff)
downloadgentoo-500f9cbf8e5c576c893077ca6b3952cbee1b728d.tar.gz
gentoo-500f9cbf8e5c576c893077ca6b3952cbee1b728d.tar.bz2
gentoo-500f9cbf8e5c576c893077ca6b3952cbee1b728d.zip
media-sound/mp3splt-gtk: Fix building under -fno-common
Closes: https://bugs.gentoo.org/707126 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/mp3splt-gtk/files')
-rw-r--r--media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch
new file mode 100644
index 000000000000..646d59008c6e
--- /dev/null
+++ b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/splitpoints_window.h
++++ b/src/splitpoints_window.h
+@@ -41,7 +41,7 @@
+ #include "all_includes.h"
+
+ //!The enum telling which item is kept in which column of the splitpoint tree
+-enum {
++typedef enum {
+ COL_CHECK = 0,
+ COL_DESCRIPTION = 1,
+ COL_MINUTES = 2,