Ticket #19098: Portfile.diff

File Portfile.diff, 601 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    1818checksums       md5 9299e9daa9c39cbd391975ce5e5aa7d9\
    1919                sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\
    2020                rmd160 e28808de5408753df1e0b050dcac19f540567f13
    21 use_configure   no
     21configure {
     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}
    2225pre-build {
    2326        system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap"
    2427}