Ticket #12698: gcc43.diff
File gcc43.diff, 847 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
86 86 } 87 87 88 88 # odcctools currently do not compile for x64 - move to variant for the time being 89 variant odcctools 89 variant odcctools \ 90 90 description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" { 91 91 depends_lib-append port:odcctools 92 92 patch { … … 99 99 } 100 100 101 101 # due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly 102 variant gfortran 102 variant gfortran \ 103 103 description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" { 104 104 configure.args-delete --enable-languages=c 105 105 configure.args-append --enable-languages=c,fortran