Ticket #24386: Portfile.diff
File Portfile.diff, 632 bytes (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
62 62 depends_lib-append port:gcc43 63 63 } 64 64 65 if {![variant_isset gcc42] && ![variant_isset gcc43]} { 66 default_variants +gcc43 65 variant gcc44 description {Build with gcc44} { 66 configure.compiler macports-gcc-4.4 67 depends_lib-append port:gcc44 67 68 } 68 69 70 if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44]} { 71 default_variants +gcc44 72 } 73 69 74 post-extract { 70 75 reinplace "s|R_HOME|\"${prefix}/lib/R\"|" ${worksrcpath}/src/unix/Rscript.c 71 76 }