Ticket #19098: Portfile.diff
File Portfile.diff, 601 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 18 18 checksums md5 9299e9daa9c39cbd391975ce5e5aa7d9\ 19 19 sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\ 20 20 rmd160 e28808de5408753df1e0b050dcac19f540567f13 21 use_configure no 21 configure { 22 reinplace "s|C_COMPILER ?= gcc|C_COMPILER ?= ${configure.cc}|" ${worksrcpath}/defaults.make 23 reinplace "s|CXX_COMPILER ?= g++|C_COMPILER ?= ${configure.cxx}|" ${worksrcpath}/defaults.make 24 } 22 25 pre-build { 23 26 system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap" 24 27 }