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)

recoll-compiler.diff (327 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: recoll-compiler.diff added

proposed patch

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

comment:2 Changed 13 years ago by medoc92 (Jean-Francois Dockes)

Please do, thanks.

jf

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.