Changes between Version 1 and Version 2 of Ticket #48129, comment 23
- Timestamp:
- Oct 2, 2015, 9:55:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48129, comment 23
v1 v2 1 1 I had to use the sudo patch command as well but I had problem applying the patch. 2 2 3 {{{ 3 4 sudo patch -p0 < /Users/gregoryulsh/developer/macports/qt4-mac.10.11.diff 4 5 5 patching file Portfolio 6 7 6 Hunk #1 FAILED at 238. 8 9 7 1 out of 1 hunk FAILED -- saving rejects to file Portfile.rej 10 11 8 patching file files/patch-src_gui_painting_qpaintengine_mac.diff 12 9 }}} 13 10 14 11 15 12 here is the Portfile.rej 16 13 17 *************** 14 {{{ 18 15 *** 238,252 **** 19 16 patchfiles-append \ … … 59 56 } 60 57 } 61 58 }}}