Opened 9 years ago
Closed 9 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)
Change History (3)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | jsoncpp.diff added |
---|
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-CMakeLists.txt.diff added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r148354