Ticket #40295: Portfile.librep.diff
File Portfile.librep.diff, 678 bytes (added by crossd@…, 11 years ago) |
---|
-
Portfile
old new 38 38 39 39 configure.cflags-append -std=gnu89 40 40 41 variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {42 configure.compiler macports-gcc-4.543 }44 45 variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {46 configure.compiler macports-gcc-4.647 }48 49 variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {50 configure.compiler macports-gcc-4.751 }52 53 41 variant readline description {build with readline support} { 54 42 depends_lib-append port:readline 55 43 configure.args-delete --without-readline