Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 639490 Details for
Bug 706692
media-sound/wavegain-1.3.1 : fails to build with -fno-common or gcc-10
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-for-fno-common.patch
fix-for-fno-common.patch (text/plain), 516 bytes, created by
Matt Whitlock
on 2020-05-16 02:26:27 UTC
(
hide
)
Description:
fix-for-fno-common.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2020-05-16 02:26:27 UTC
Size:
516 bytes
patch
obsolete
>diff -Naur a/audio.h b/audio.h >--- a/audio.h 2009-09-15 13:49:54.000000000 +0000 >+++ b/audio.h 2020-05-16 02:20:57.432019958 +0000 >@@ -136,7 +136,7 @@ > long wav_read(void *, double **buffer, int samples, int fast, int chunk); > long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk); > >-enum { >+enum file_formats { > WAV_NO_FMT = 0, > WAV_FMT_8BIT, > WAV_FMT_16BIT, >@@ -146,7 +146,7 @@ > WAV_FMT_AIFF, > WAV_FMT_AIFC8, > WAV_FMT_AIFC16 >-} file_formats; >+}; > > typedef struct > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 706692
:
605380
|
605382
|
605384
|
605386
|
605388
|
605390
| 639490