Changes between Version 2 and Version 3 of Ticket #48129, comment 24
- Timestamp:
- Oct 2, 2015, 9:55:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48129, comment 24
v2 v3 17 17 > I had to use the sudo patch command as well but I had problem applying the patch. 18 18 > 19 > {{{ 19 20 > sudo patch -p0 < /Users/gregoryulsh/developer/macports/qt4-mac.10.11.diff 20 >21 21 > patching file Portfolio 22 >23 22 > Hunk #1 FAILED at 238. 24 >25 23 > 1 out of 1 hunk FAILED -- saving rejects to file Portfile.rej 26 >27 24 > patching file files/patch-src_gui_painting_qpaintengine_mac.diff 28 > 29 > 25 > }}} 30 26 > 31 27 > here is the Portfile.rej 32 28 > 33 > ***************29 > {{{ 34 30 > *** 238,252 **** 35 31 > patchfiles-append \ … … 75 71 > } 76 72 > } 77 > 73 > }}}