mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Fix build with gcc 4.1
PR: ports/106774 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
This commit is contained in:
parent
65f9fa599e
commit
dfdcbc0222
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179936
1 changed files with 11 additions and 0 deletions
11
audio/musepack/files/patch-mppenc.c
Normal file
11
audio/musepack/files/patch-mppenc.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mppenc.c.orig Fri Dec 15 13:34:57 2006
|
||||
+++ mppenc.c Fri Dec 15 13:35:14 2006
|
||||
@@ -1864,7 +1864,7 @@
|
||||
}
|
||||
|
||||
|
||||
-static void
|
||||
+void
|
||||
OverdriveReport ( void )
|
||||
{
|
||||
if ( Overflows > 0 ) { //
|
Loading…
Add table
Reference in a new issue