Opened 9 years ago
Closed 9 years ago
#8161 closed defect (fixed)
libpng-1.6.24: APNG patch requires "patch -p0", not "patch -p1".
Reported by: | Jeremy Henty | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
The Book command for patching in APNG support fails: it raises an error that the file to patch could not be found, suggests that the wrong -p argument may have been used, and prompts for a file to patch. Using "patch -p0" instead of "patch -p1" works.
Note:
See TracTickets
for help on using tickets.
Indeed, I have p0 in my build script. The change from p0 to p1 was inadvertent.
Fixed in my sandbox and will commit later today. Closing.