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
6 6 name fltk-devel 7 7 conflicts fltk 8 8 9 version 1.3.x-r10 22510 checksums rmd160 2bb56487a223464258d1cc59782437aa9914f51b\11 sha256 43a16349a95c593e65ea34c864db1e1af67d5e541d97d21e70b7c684b36bf2c89 version 1.3.x-r10350 10 checksums rmd160 bf3256b9186a2ce36849270539cf815df5820a9f \ 11 sha256 01fcf9e509650a9e530ce64341decf4bf9a333a2cafaee4929e2d45546b7b035 12 12 13 13 categories aqua devel 14 14 license LGPL … … 58 58 # configure manually with the correct argument, which overwrites 59 59 # this (and other) files to be what we want. 60 60 61 system "cd ${worksrcpath} &&make config.sub"61 system -W ${worksrcpath} "CC=${configure.cc} make config.sub" 62 62 } 63 63 64 64 pre-configure {