Ticket #40295: Portfile.librep.diff

File Portfile.librep.diff, 678 bytes (added by crossd@…, 11 years ago)
  • Portfile

    old new  
    3838
    3939configure.cflags-append -std=gnu89
    4040
    41 variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
    42     configure.compiler      macports-gcc-4.5
    43 }
    44 
    45 variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
    46     configure.compiler      macports-gcc-4.6
    47 }
    48 
    49 variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
    50     configure.compiler      macports-gcc-4.7
    51 }
    52 
    5341variant readline description {build with readline support} {
    5442    depends_lib-append      port:readline
    5543    configure.args-delete   --without-readline