Ticket #51056: pure-Portfile.diff
File pure-Portfile.diff, 1.2 KB (added by agraef (Albert Graef), 9 years ago) |
---|
-
Portfile
40 40 configure.env PATH=${llvm_prefix}/bin:$env(PATH) 41 41 42 42 if {${name} eq ${subport}} { 43 revision 243 revision 3 44 44 45 45 depends_lib port:gmp \ 46 46 port:libiconv \ … … 47 47 port:libtool \ 48 48 port:llvm-${llvm_version} \ 49 49 port:mpfr \ 50 port:ncurses \51 50 port:readline 52 51 53 52 depends_run port:w3m … … 67 66 68 67 # Last-minute fixes to the ATS inlining support 69 68 patchfiles-append pure-0.64-ats-hotfixes.diff 70 71 69 # Critical bugfix in the debugger (issue #32) 72 70 patchfiles-append pure-0.64-debugger-hotfix.diff 71 # Bugfix in the runtime (pure_switch_interp, rev. 9114fc3) 72 patchfiles-append pure-0.64-runtime-hotfix.diff 73 73 74 74 platform macosx { 75 75 depends_run-replace port:w3m port:openbrowser