diff options
author | David Seifert <soap@gentoo.org> | 2020-08-08 18:53:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-08-08 18:53:51 +0200 |
commit | 500f9cbf8e5c576c893077ca6b3952cbee1b728d (patch) | |
tree | cdb508ae83fe5daca89d4e67bc6ba7f722c3aff1 /media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch | |
parent | media-sound/takcd: Fix building under -fno-common (diff) | |
download | gentoo-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/mp3splt-gtk-0.9.2-fno-common.patch')
-rw-r--r-- | media-sound/mp3splt-gtk/files/mp3splt-gtk-0.9.2-fno-common.patch | 11 |
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, |