Opened 13 years ago
Closed 13 years ago
#30465 closed defect (fixed)
recoll: ensure the right compiler is used
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | medoc92 (Jean-Francois Dockes) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.0 |
Keywords: | haspatch | Cc: | |
Port: | recoll |
Description
Even though (for reasons explained in UsingTheRightCompiler) MacPorts informs recoll (and all ports) about the specific C and C++ compilers we would like it to use (by setting the CC and CXX environment variables when running the configure script), recoll does not take note of this, and wants to build using "cc" and "g++". The attached patch fixes this. May I commit it?
Attachments (1)
Change History (4)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | recoll-compiler.diff added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch