#56930 closed defect (fixed)
podofo 0.9.6 won't build with cmake 3.12
Reported by: | grumpybozo (Bill Cole) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.3 |
Keywords: | haspatch | Cc: | |
Port: | podofo |
Description
Upstream ticket: https://sourceforge.net/p/podofo/tickets/24/
Simple problem: cmake 3.12 no longer tolerates non-existent source in copy_directory, podofo tries to copy a non-existent directory Simple fix: Don't do that.
Patch attached is from upstream ticket
Attachments (1)
Change History (5)
Changed 6 years ago by grumpybozo (Bill Cole)
Attachment: | podofo-cmake-3.12.patch added |
---|
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Cc: | dbevans removed |
---|---|
Owner: | set to dbevans |
Status: | new → assigned |
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Removes cmake command to copy a directory which does not exist