Opened 13 years ago
Closed 13 years ago
#40474 closed defect (fixed)
texlive-bin @2013_2: add -stdlib to OBJCXXFLAGS
| Reported by: | larryv (Lawrence Velázquez) | Owned by: | drkp (Dan Ports) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.2.0 |
| Keywords: | Cc: | ||
| Port: | texlive-bin |
Description
If cxx_stdlib is set, invocations of the C++ compiler include the -stdlib flag, but invocations of the Objective-C++ compiler do not, causing linking errors. The attached change fixes this; I can commit it if it looks good to you.
Attachments (1)
Change History (3)
Changed 13 years ago by larryv (Lawrence Velázquez)
| Attachment: | Portfile-texlive-bin.diff added |
|---|
comment:1 follow-up: 2 Changed 13 years ago by drkp (Dan Ports)
comment:2 Changed 13 years ago by larryv (Lawrence Velázquez)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Excellent. r111184
Note: See
TracTickets for help on using
tickets.

This ought to adjust the OBJCXXFLAGS in configure.env also (which, admittedly, appears to be ignored right now, but I'm hoping to get that fixed upstream at some point.)
Other than that, looks good to me. I'm hosed this week and probably won't be able to get to it for a while, so please go ahead and commit it.