| 52 | |
| 53 | variant gcc44 conflicts gcc45 description {build with gcc 4.4} { |
| 54 | depends_build-append port:gcc44 |
| 55 | configure.compiler macports-gcc-4.4 |
| 56 | build.env CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} |
| 57 | destroot.env CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} |
| 58 | } |
| 59 | |
| 60 | variant gcc45 conflicts gcc44 description {build with gcc 4.5} { |
| 61 | depends_build-append port:gcc45 |
| 62 | configure.compiler macports-gcc-4.5 |
| 63 | build.env CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} |
| 64 | destroot.env CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} |
| 65 | } |