Ticket #33007: Portfile.diff
File Portfile.diff, 1.4 KB (added by adfernandes (Andrew Fernandes), 13 years ago) |
---|
-
Portfile
52 52 configure.args-append --with-recommended-packages 53 53 } 54 54 55 variant gcc42 conflicts gcc43 gcc44 gcc45 description {Build with gcc42} {55 variant gcc42 conflicts gcc43 gcc44 gcc45 gcc46 description {Build with gcc42} { 56 56 configure.compiler macports-gcc-4.2 57 57 depends_lib-append port:gcc42 58 58 } 59 59 60 variant gcc43 conflicts gcc42 gcc44 gcc45 description {Build with gcc43} {60 variant gcc43 conflicts gcc42 gcc44 gcc45 gcc46 description {Build with gcc43} { 61 61 configure.compiler macports-gcc-4.3 62 62 depends_lib-append port:gcc43 63 63 } 64 64 65 variant gcc44 conflicts gcc42 gcc43 gcc45 description {Build with gcc44} {65 variant gcc44 conflicts gcc42 gcc43 gcc45 gcc46 description {Build with gcc44} { 66 66 configure.compiler macports-gcc-4.4 67 67 depends_lib-append port:gcc44 68 68 } 69 69 70 variant gcc45 conflicts gcc42 gcc43 gcc44 description {Build with gcc45} {70 variant gcc45 conflicts gcc42 gcc43 gcc44 gcc46 description {Build with gcc45} { 71 71 configure.compiler macports-gcc-4.5 72 72 depends_lib-append port:gcc45 73 73 } 74 74 75 variant gcc46 conflicts gcc42 gcc43 gcc44 gcc45 description {Build with gcc46} { 76 configure.compiler macports-gcc-4.6 77 depends_lib-append port:gcc46 78 } 75 79 76 80 variant debug description {Build with debug symbols} { 77 81 configure.optflags-append -g