Ticket #12698: gcc43.diff

File gcc43.diff, 847 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)

possible solution; currently testing

  • Portfile

     
    8686}
    8787
    8888# odcctools currently do not compile for x64 - move to variant for the time being
    89 variant odcctools
     89variant odcctools \
    9090        description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" {
    9191        depends_lib-append      port:odcctools
    9292        patch {
     
    9999}
    100100
    101101# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
    102 variant gfortran
     102variant gfortran \
    103103        description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" {
    104104        configure.args-delete --enable-languages=c
    105105        configure.args-append --enable-languages=c,fortran