Ticket #45256: fltk-devel-1.3.x-r10350.diff

File fltk-devel-1.3.x-r10350.diff, 915 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    66name            fltk-devel
    77conflicts       fltk
    88
    9 version         1.3.x-r10225
    10 checksums       rmd160 2bb56487a223464258d1cc59782437aa9914f51b \
    11                 sha256 43a16349a95c593e65ea34c864db1e1af67d5e541d97d21e70b7c684b36bf2c8
     9version         1.3.x-r10350
     10checksums       rmd160 bf3256b9186a2ce36849270539cf815df5820a9f \
     11                sha256 01fcf9e509650a9e530ce64341decf4bf9a333a2cafaee4929e2d45546b7b035
    1212
    1313categories      aqua devel
    1414license         LGPL
     
    5858    # configure manually with the correct argument, which overwrites
    5959    # this (and other) files to be what we want.
    6060
    61     system "cd ${worksrcpath} && make config.sub"
     61    system -W ${worksrcpath} "CC=${configure.cc} make config.sub"
    6262}
    6363
    6464pre-configure {