Opened 5 years ago
Closed 5 years ago
#60357 closed defect (fixed)
logcat-colorize @0.8.1: needs to use the right compiler and -arch flags and have a universal variant and indicate that it requires C++11
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | carlonluca (Luca Carlon) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | logcat-colorize |
Description
logcat-colorize is not UsingTheRightCompiler and it does not indicate that it requires C++11. Therefore, it fails to build on older systems whose default compilers don't support C++11.
It also isn't using -arch
flags and doesn't have a universal variant.
Change History (1)
comment:1 Changed 5 years ago by carlonluca (Luca Carlon)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In e3e00d7352e993f501dc79296a634716438d9312/macports-ports (master):