Opened 10 years ago
Closed 10 years ago
#43951 closed defect (fixed)
qiv fails to build under Apple LLVM version 5.1 (clang-503.0.40)
Reported by: | freespace+macforge@… | Owned by: | lloyd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | haspatch | Cc: | francois.rincon@…, ryandesign (Ryan Carsten Schmidt) |
Port: | qiv |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Cause of failure is due to unrecognised flags -fcaller-saves
and -fthread-jumps
.
Attached patch-Makefile.diff, which extends the existing patch removes these two compile flags.
This modification results in a working binary on OS X 10.9.3 with XQuartz 2.7.6 (xorg-server 1.14.6).
Attachments (1)
Change History (4)
Changed 10 years ago by freespace+macforge@…
Attachment: | patch-Makefile.diff added |
---|
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | haspatch added |
Milestone: | MacPorts Future |
Owner: | changed from macports-tickets@… to lloyd@… |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | francois.rincon@… added |
---|
Has duplicate #46254.
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
r129594 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
Patch to Makefile to remove offending compile time flags