- Fix build with gcc 4.X
PR: ports/106787 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
This commit is contained in:
parent
4945b4f901
commit
65f9fa599e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179935
1 changed files with 11 additions and 0 deletions
11
audio/mp3splt/files/patch-splt.h
Normal file
11
audio/mp3splt/files/patch-splt.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- splt.h.orig Fri Dec 15 19:27:18 2006
|
||||
+++ splt.h Fri Dec 15 19:27:40 2006
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
char *zero_pad_float (float f, char *out);
|
||||
|
||||
-int parse_outformat(char *s, char format[][], int cddboption);
|
||||
+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
|
||||
|
||||
unsigned char *cleanstring (unsigned char *s);
|
||||
|
Loading…
Reference in a new issue