Opened 6 years ago
Closed 5 years ago
#57364 closed defect (fixed)
fftw @2.1.5: error: unknown argument: '-syslibroot'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | mojave | Cc: | |
Port: | fftw |
Description
fftw fails to build on Mojave, and I would guess in other situations where an SDK is used:
clang: error: unknown argument: '-syslibroot'
I saw a similar error in another port before, which was solved by running autoreconf.
Change History (2)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Owner: | seanfarley deleted |
---|
comment:2 Changed 5 years ago by paumard
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hi,
fixed in https://github.com/macports/macports-ports/commit/3e11a5f93f7246195a402b7b5eb4a5ef2ba88da5
I updated configure.in using a patch in the Debian package, added 'use_autoreconf yes' and removed another patch that looks obsolete as it used to patch configure directly.
Regards, Thibaut.