summaryrefslogtreecommitdiff
path: root/media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch
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/rcenter/files/rcenter-0.6.2-fno-common.patch
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch')
-rw-r--r--media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch b/media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch
new file mode 100644
index 000000000000..11f3efdd38b5
--- /dev/null
+++ b/media-sound/rcenter/files/rcenter-0.6.2-fno-common.patch
@@ -0,0 +1,29 @@
+--- a/button.h
++++ b/button.h
+@@ -60,8 +60,8 @@
+ button_max = 34
+ };
+
+-char *button_name[button_max];
+-int button_code[button_max];
++extern char *button_name[button_max];
++extern int button_code[button_max];
+
+ unsigned int speaker_code(unsigned int code);
+
+--- a/main.h
++++ b/main.h
+@@ -18,9 +18,9 @@
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+-char *midi_device;
++extern char *midi_device;
+
+-int delay_sec;
+-int delay_usec;
++extern int delay_sec;
++extern int delay_usec;
+
+-int string_digit_limit;
++extern int string_digit_limit;