Opened 6 years ago
Last modified 6 years ago
#61682 assigned defect
error: implicit declaration of function 'fft_forward' is invalid in C99
| Reported by: | RichieB2B (Richie B2B) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.4 |
| Keywords: | haspatch | Cc: | |
| Port: | cdparanoia |
Description
The current code is missing a few header file includes and on macOS 11 (Big Sur) this will no longer compile. Attached patch fixes this. This patch assumes gcc4.3.patch from https://trac.macports.org/ticket/54654 is also applied. My portfile now reads:
patchfiles osx_interface.patch gcc4.3.patch explicit_declarations.diff
Attachments (1)
Change History (2)
Changed 6 years ago by RichieB2B (Richie B2B)
| Attachment: | explicit_declarations.diff added |
|---|
comment:1 Changed 6 years ago by jmroot (Joshua Root)
| Keywords: | haspatch added; patch removed |
|---|---|
| Owner: | set to jeremyhu |
| Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
