Opened 8 years ago

Closed 8 years ago

#51203 closed defect (fixed)

jsoncpp @1.7.2: build fails when ccache is installed

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: felipou (Felipe Machado)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: haspatch Cc:
Port: jsoncpp

Description

jsoncpp fails to build when ccache is installed, because the jsoncpp build system detects the presence of ccache and tries to use it. This patch prevents the build system from doing that.

Attachments (2)

jsoncpp.diff (403 bytes) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.
patch-CMakeLists.txt.diff (427 bytes) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: jsoncpp.diff added

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: patch-CMakeLists.txt.diff added

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

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