summaryrefslogtreecommitdiff
path: root/media-sound/mp3splt-gtk/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /media-sound/mp3splt-gtk/files
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
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,